Skip to main content

@dialstack/sdk / react / ExternalDialNode

Interface: ExternalDialNode

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

An external dial node in the dial plan.

Extends

  • DialPlanNodeBase

Properties

config

TypeScript
config: ExternalDialNodeConfig;

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


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

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