@dialstack/sdk-dev / js/src / HangUpNode
Interface: HangUpNode
Defined in: sdk/js/src/types/dial-plan.ts:253
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:255
id
TypeScript
id: string;
Defined in: sdk/js/src/types/dial-plan.ts:189
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:191
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:254