Skip to main content

@dialstack/sdk / react / InternalDialNode

Interface: InternalDialNode

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

An internal dial node in the dial plan.

Extends

  • DialPlanNodeBase

Properties

config

TypeScript
config: InternalDialNodeConfig;

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


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: "internal_dial";

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