Skip to main content

@dialstack/sdk / react / ExternalDialNode

Interface: ExternalDialNode

Defined in: sdk/src/types/dial-plan.ts:188

An external dial node in the dial plan.

Extends

  • DialPlanNodeBase

Properties

config

config: ExternalDialNodeConfig;

Defined in: sdk/src/types/dial-plan.ts:190


id

id: string;

Defined in: sdk/src/types/dial-plan.ts:156

Unique identifier for this node within the dial plan

Inherited from

DialPlanNodeBase.id

position?

optional position?: object;

Defined in: sdk/src/types/dial-plan.ts:158

Optional position for visual layout (if not provided, auto-layout is used)

x

x: number;

y

y: number;

Inherited from

DialPlanNodeBase.position

type

type: "external_dial";

Defined in: sdk/src/types/dial-plan.ts:189