@dialstack/sdk / server / ButtonTemplateWithDetails
Interface: ButtonTemplateWithDetails
Defined in: sdk/src/server/index.ts:984
Extends
Properties
buttons?
TypeScript
optional buttons?: TemplateButton[];
Defined in: sdk/src/server/index.ts:986
Present only when expand: ['buttons'] is requested.
compatibility?
TypeScript
optional compatibility?: ButtonCompatibilitySummary;
Defined in: sdk/src/server/index.ts:988
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