IconButtonAction
Defined in: src/types/actions/block-action.ts:67
An action from icon button
Extends
BasicElementAction<"icon_button">
Properties
action_id
action_id: string;
Defined in: src/types/actions/block-action.ts:42
Inherited from
action_ts
action_ts: string;
Defined in: src/types/actions/block-action.ts:43
Inherited from
block_id
block_id: string;
Defined in: src/types/actions/block-action.ts:41
Inherited from
icon
icon: string;
Defined in: src/types/actions/block-action.ts:68
text
text: PlainTextElement;
Defined in: src/types/actions/block-action.ts:70
type
type: "icon_button";
Defined in: src/types/actions/block-action.ts:40
Inherited from
value
value: string;
Defined in: src/types/actions/block-action.ts:69