Skip to main content
Module

x/slack_bolt/mod.ts>DatepickerAction

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
interface DatepickerAction
implements BasicElementAction<"datepicker">
import { type DatepickerAction } from "https://deno.land/x/slack_bolt@1.0.0/mod.ts";

An action from a date picker element

Properties

selected_date: string | null
optional
initial_date: string
optional
placeholder: PlainTextElement
optional
confirm: Confirmation