TimepickerAction
Defined in: src/types/actions/block-action.ts:205
An action from a time picker element
Extends
BasicElementAction<"timepicker">
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: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