OverflowAction
Defined in: src/types/actions/block-action.ts:184
An action from an overflow menu element
Extends
BasicElementAction<"overflow">
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
confirm?
optional confirm?: Confirmation;
Defined in: src/types/actions/block-action.ts:189
selected_option
selected_option: object;
Defined in: src/types/actions/block-action.ts:185
text
text: PlainTextElement;
value
value: string;
type
type: "overflow";
Defined in: src/types/actions/block-action.ts:40