Skip to main content

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

Interface: ScheduleNodeData

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

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:416

Editor hint: render the holiday exit handle when true.


label

TypeScript
label: string;

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


locale?

TypeScript
optional locale?: DialPlanLocale;

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


originalNode

TypeScript
originalNode: ScheduleNode;

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


scheduleId

TypeScript
scheduleId: string;

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


scheduleName?

TypeScript
optional scheduleName?: string;

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