Skip to main content
Module

x/slack_bolt/src/types/actions/index.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/index.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

A button click action from a legacy interactive message.

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

A Slack dialog submit action wrapped in the standard metadata.

A Slack dialog submission validation response. Use an object of this type to describe errors regarding inputs that were part of the submission.

An action from a select menu with external data source

A Slack legacy interactive message action wrapped in the standard metadata.

A menu selection action from a legacy interactive message.

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

Arguments which listeners and middleware receive to process an action from Slack's Block Kit interactive components, message actions, dialogs, or legacy interactive messages.

An action from a select menu with static options

An action from a select menu with user list

A Slack workflow step action wrapped in the standard metadata.

Type Aliases

All known actions from in Slack's interactive elements

All actions which Slack delivers from legacy interactive messages. The full body of these actions are represented as [[InteractiveMessage]].

All known actions from Slack's Block Kit interactive components, message actions, dialogs, and legacy interactive messages.