Skip to main content

FeedbackButtonsAction

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

An action from feedback buttons

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


text

text: PlainTextElement;

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


type

type: "feedback_buttons";

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

Inherited from

BasicElementAction.type


value

value: string;

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