Skip to main content

@dialstack/sdk / index / TemplateButton

Interface: TemplateButton

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

Properties

created_at

TypeScript
created_at: string;

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


id

TypeScript
id: string;

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


label

TypeScript
label: string;

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


position

TypeScript
position: number;

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


target

TypeScript
target: ButtonTarget;

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


template?

TypeScript
optional template?: string;

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


template_id

TypeScript
template_id: string;

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

Deprecated

Use template. Retained for backwards compatibility.


type

TypeScript
type: ButtonType;

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