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