Skip to main content

TimepickerAction

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

An action from a time picker element

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:209


initial_time?

optional initial_time?: string;

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


placeholder?

optional placeholder?: PlainTextElement;

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


selected_time

selected_time: string | null;

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


type

type: "timepicker";

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

Inherited from

BasicElementAction.type