Skip to main content

RichTextInputAction

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

An action from a rich_text_input element (must use dispatch_action: true)

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


rich_text_value

rich_text_value: RichTextBlock;

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


type

type: "rich_text_input";

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

Inherited from

BasicElementAction.type