@dialstack/sdk / react / InternalDialNode
Interface: InternalDialNode
Defined in: sdk/src/types/dial-plan.ts:172
An internal dial node in the dial plan.
Extends
DialPlanNodeBase
Properties
config
config: InternalDialNodeConfig;
Defined in: sdk/src/types/dial-plan.ts:174
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: "internal_dial";
Defined in: sdk/src/types/dial-plan.ts:173