@dialstack/sdk / react / ScheduleNode
Interface: ScheduleNode
Defined in: sdk/src/types/dial-plan.ts:164
A schedule node in the dial plan.
Extends
DialPlanNodeBase
Properties
config
config: ScheduleNodeConfig;
Defined in: sdk/src/types/dial-plan.ts:166
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: "schedule";
Defined in: sdk/src/types/dial-plan.ts:165