Skip to main content
Module

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

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

Type Parameters

optional
Shortcut extends SlackShortcut = SlackShortcut

Parameters

callbackId: string | RegExp

Parameters

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