@dialstack/sdk / index / ButtonTemplateWithDetails
Interface: ButtonTemplateWithDetails
Defined in: sdk/src/types/button.ts:105
Extends
Properties
buttons?
optional buttons?: TemplateButton[];
Defined in: sdk/src/types/button.ts:107
Present only when expand[]=buttons.
compatibility?
optional compatibility?: ButtonCompatibilitySummary;
Defined in: sdk/src/types/button.ts:109
Present only when for_device is supplied.
created_at
created_at: string;
Defined in: sdk/src/types/button.ts:101
Inherited from
description?
optional description?: string | null;
Defined in: sdk/src/types/button.ts:100
Inherited from
id
id: string;
Defined in: sdk/src/types/button.ts:98
Inherited from
name
name: string;
Defined in: sdk/src/types/button.ts:99
Inherited from
updated_at
updated_at: string;
Defined in: sdk/src/types/button.ts:102