StaticSelectAction
Defined in: src/types/actions/block-action.ts:76
An action from a select menu with static options
Extends
BasicElementAction<"static_select">
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:83
initial_option?
optional initial_option?: Option;
Defined in: src/types/actions/block-action.ts:81
placeholder?
optional placeholder?: PlainTextElement;
Defined in: src/types/actions/block-action.ts:82
selected_option
selected_option: object;
Defined in: src/types/actions/block-action.ts:77
text
text: PlainTextElement;
value
value: string;
type
type: "static_select";
Defined in: src/types/actions/block-action.ts:40