Skip to main content

@dialstack/sdk / index / ButtonCompatibilitySummary

Interface: ButtonCompatibilitySummary

Defined in: sdk/src/types/button.ts:78

Properties

device

TypeScript
device: object;

Defined in: sdk/src/types/button.ts:79

kind

TypeScript
kind: "deskphone" | "dect_base" | "dect_handset";

max_position

TypeScript
max_position: number;

model

TypeScript
model: string;

vendor

TypeScript
vendor: string;

supported_count

TypeScript
supported_count: number;

Defined in: sdk/src/types/button.ts:85


unsupported

TypeScript
unsupported: object[];

Defined in: sdk/src/types/button.ts:86

override?

TypeScript
optional override?: string | null;

override_id?

TypeScript
optional override_id?: string | null;
Deprecated

Use override. Retained for backwards compatibility.

position

TypeScript
position: number;

reason

TypeScript
reason: ButtonCompatibilityReason;

template_button?

TypeScript
optional template_button?: string | null;

template_button_id?

TypeScript
optional template_button_id?: string | null;
Deprecated

Use template_button. Retained for backwards compatibility.

type

TypeScript
type: ButtonType;