@dialstack/sdk-dev / js/src / HangUpNode
Interface: HangUpNode
Defined in: sdk/js/src/types/dial-plan.ts:230
A hang_up node in the dial plan. Terminates the call with normal clearing.
Extends
DialPlanNodeBase
Properties
config
TypeScript
config: HangUpNodeConfig;
Defined in: sdk/js/src/types/dial-plan.ts:232
id
TypeScript
id: string;
Defined in: sdk/js/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/js/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: "hang_up";
Defined in: sdk/js/src/types/dial-plan.ts:231