RadioButtonsAction
Defined in: src/types/actions/block-action.ts:215
An action from a radio button element
Extends
BasicElementAction<"radio_buttons">
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:218
initial_option?
optional initial_option?: Option;
Defined in: src/types/actions/block-action.ts:217
selected_option
selected_option: Option | null;
Defined in: src/types/actions/block-action.ts:216
type
type: "radio_buttons";
Defined in: src/types/actions/block-action.ts:40