Skip to main content
Module

x/slack_bolt/src/types/index.ts>ButtonAction

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

An action from a button element

Properties

value: string
optional
url: string
optional
confirm: Confirmation