Skip to main content

MultiStaticSelectAction

Defined in: src/types/actions/block-action.ts:89

An action from a multi select menu with static options

Extends

Properties

action_id

action_id: string;

Defined in: src/types/actions/block-action.ts:42

Inherited from

BasicElementAction.action_id


action_ts

action_ts: string;

Defined in: src/types/actions/block-action.ts:43

Inherited from

BasicElementAction.action_ts


block_id

block_id: string;

Defined in: src/types/actions/block-action.ts:41

Inherited from

BasicElementAction.block_id


confirm?

optional confirm?: Confirmation;

Defined in: src/types/actions/block-action.ts:96


initial_options?

optional initial_options?: Option[];

Defined in: src/types/actions/block-action.ts:94


placeholder?

optional placeholder?: PlainTextElement;

Defined in: src/types/actions/block-action.ts:95


selected_options

selected_options: object[];

Defined in: src/types/actions/block-action.ts:90

text

text: PlainTextElement;

value

value: string;

type

type: "multi_static_select";

Defined in: src/types/actions/block-action.ts:40

Inherited from

BasicElementAction.type