slack-edge
Version:
Slack app development framework for edge functions with streamlined TypeScript support
14 lines • 766 B
JavaScript
;
// ------------------------------------------
// The Global Shortcut payload
// ------------------------------------------
//
// Global shortcuts are available to users via the shortcuts button in the message composer, and when using search in Slack. If you're using Bolt framework, you can handle this pattern using app.shortcut listners.
//
// These type of shortcuts are intended to trigger workflows that can operate without the context of a channel or message.
//
// For example, users might trigger a global shortcut to create a calendar event or view their upcoming on-call shifts.
//
// See: https://api.slack.com/interactivity/shortcuts
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=global-shortcut.js.map