@dialstack/sdk / index / MaterializedButton
Interface: MaterializedButton
Defined in: sdk/src/types/button.ts:133
Properties
compatibility
compatibility: ButtonCompatibilityVerdict;
Defined in: sdk/src/types/button.ts:141
label
label: string;
Defined in: sdk/src/types/button.ts:135
override_id?
optional override_id?: string | null;
Defined in: sdk/src/types/button.ts:140
position
position: number;
Defined in: sdk/src/types/button.ts:134
source
source: "template" | "override" | "template_overridden";
Defined in: sdk/src/types/button.ts:138
target
target: ButtonTarget;
Defined in: sdk/src/types/button.ts:137
template_button_id?
optional template_button_id?: string | null;
Defined in: sdk/src/types/button.ts:139
type
type: ButtonType;
Defined in: sdk/src/types/button.ts:136