@dialstack/sdk / react / RingAllUsersNode
Interface: RingAllUsersNode
Defined in: sdk/src/types/dial-plan.ts:180
A ring-all-users node in the dial plan.
Extends
DialPlanNodeBase
Properties
config
config: RingAllUsersNodeConfig;
Defined in: sdk/src/types/dial-plan.ts:182
id
id: string;
Defined in: sdk/src/types/dial-plan.ts:156
Unique identifier for this node within the dial plan
Inherited from
DialPlanNodeBase.id
position?
optional position?: object;
Defined in: sdk/src/types/dial-plan.ts:158
Optional position for visual layout (if not provided, auto-layout is used)
x
x: number;
y
y: number;
Inherited from
DialPlanNodeBase.position
type
type: "ring_all_users";
Defined in: sdk/src/types/dial-plan.ts:181