Skip to main content
Module

x/slack_bolt/mod.ts>AttachmentAction

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

Properties

optional
id: string
optional
confirm: Confirmation
optional
data_source:
| "static"
| "channels"
| "conversations"
| "users"
| "external"
optional
min_query_length: number
optional
name: string
optional
options: OptionField[]
optional
option_groups: { text: string; options: OptionField[]; }[]
optional
selected_options: OptionField[]
optional
style: "default" | "primary" | "danger"
text: string
type: "button" | "select"
optional
value: string
optional
url: string