PlainTextInputAction
Defined in: src/types/actions/block-action.ts:233
An action from a plain_text_input element (must use dispatch_action: true)
Extends
BasicElementAction<"plain_text_input">
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
type
type: "plain_text_input";
Defined in: src/types/actions/block-action.ts:40
Inherited from
value
value: string;
Defined in: src/types/actions/block-action.ts:234