Skip to main content
Module

x/slack_bolt/src/App.ts>default#action

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
method default.prototype.action
import { default } from "https://deno.land/x/slack_bolt@1.0.0/src/App.ts";

Type Parameters

optional
Action extends SlackAction = SlackAction

Parameters

actionId: string | RegExp

Type Parameters

optional
Action extends SlackAction = SlackAction
optional
Constraints extends ActionConstraints<Action> = ActionConstraints<Action>

Parameters

constraints: Constraints
...listeners: Middleware<SlackActionMiddlewareArgs<Extract<Action, { type: Constraints["type"]; }>>>[]