Skip to main content

@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

ButtonTemplate.created_at


description?

optional description?: string | null;

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

Inherited from

ButtonTemplate.description


id

id: string;

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

Inherited from

ButtonTemplate.id


name

name: string;

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

Inherited from

ButtonTemplate.name


updated_at

updated_at: string;

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

Inherited from

ButtonTemplate.updated_at