Skip to main content
Module

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

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
import * as slackBolt from "https://deno.land/x/slack_bolt@1.0.0/src/types/actions/block-action.ts";

Interfaces

Any action from Slack's interactive elements

A Slack Block Kit element action wrapped in the standard metadata.

An action from a button element

An action from a select menu with channels list

An action from a checkboxes element

An action from a select menu with conversations list

An action from a date picker element

An action from a select menu with external data source

An action from a multi select menu with channels list

An action from a multi select menu with conversations list

An action from a multi select menu with external data source

An action from a multi select menu with static options

An action from a multi select menu with user list

An action from an overflow menu element

An action from a radio button element

An action from a select menu with static options

An action from a select menu with user list