Skip to main content

@dialstack/sdk-dev / js/src / ScheduleNodeData

Interface: ScheduleNodeData

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

Data payload for a Schedule node in the graph.

Extends​

  • Record<string, unknown>

Indexable​

TypeScript
[key: string]: unknown

Properties​

holidayEnabled?​

TypeScript
optional holidayEnabled?: boolean;

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

Editor hint: render the holiday exit handle when true.


label​

TypeScript
label: string;

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


locale?​

TypeScript
optional locale?: DialPlanLocale;

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


originalNode​

TypeScript
originalNode: ScheduleNode;

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


scheduleId​

TypeScript
scheduleId: string;

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


scheduleName?​

TypeScript
optional scheduleName?: string;

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