Skip to main content
Module

x/slack_bolt/src/types/actions/block-action.ts>StaticSelectAction

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
interface StaticSelectAction
implements BasicElementAction<"static_select">
import { type StaticSelectAction } from "https://deno.land/x/slack_bolt@1.0.0/src/types/actions/block-action.ts";

An action from a select menu with static options

Properties

selected_option: { text: PlainTextElement; value: string; }
optional
initial_option: Option
optional
placeholder: PlainTextElement
optional
confirm: Confirmation