@dialstack/sdk / react / ScheduleNode
Interface: ScheduleNode
Defined in: sdk/src/types/dial-plan.ts:174
A schedule node in the dial plan.
Extends
DialPlanNodeBase
Properties
config
TypeScript
config: ScheduleNodeConfig;
Defined in: sdk/src/types/dial-plan.ts:176
id
TypeScript
id: string;
Defined in: sdk/src/types/dial-plan.ts:166
Unique identifier for this node within the dial plan
Inherited from
TypeScript
DialPlanNodeBase.id
position?
TypeScript
optional position?: object;
Defined in: sdk/src/types/dial-plan.ts:168
Optional position for visual layout (if not provided, auto-layout is used)
x
TypeScript
x: number;
y
TypeScript
y: number;
Inherited from
TypeScript
DialPlanNodeBase.position
type
TypeScript
type: "schedule";
Defined in: sdk/src/types/dial-plan.ts:175