DatepickerAction
Defined in: src/types/actions/block-action.ts:195
An action from a date picker element
Extends
BasicElementAction<"datepicker">
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:199
initial_date?
optional initial_date?: string;
Defined in: src/types/actions/block-action.ts:197
placeholder?
optional placeholder?: PlainTextElement;
Defined in: src/types/actions/block-action.ts:198
selected_date
selected_date: string | null;
Defined in: src/types/actions/block-action.ts:196
type
type: "datepicker";
Defined in: src/types/actions/block-action.ts:40