Skip to main content

@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

ButtonTemplate.created_at


description?

TypeScript
optional description?: string | null;

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

Inherited from

ButtonTemplate.description


id

TypeScript
id: string;

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

Inherited from

ButtonTemplate.id


name

TypeScript
name: string;

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

Inherited from

ButtonTemplate.name


updated_at

TypeScript
updated_at: string;

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

Inherited from

ButtonTemplate.updated_at