Skip to main content
Module

x/slack_bolt/src/types/options/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/options/index.ts";

Interfaces

A request for options for a select menu with an external data source, wrapped in the standard metadata. The menu can have a source of Slack's Block Kit external select elements, dialogs, or legacy interactive components.

Arguments which listeners and middleware receive to process an options request from Slack

Type Aliases

All sources from which Slack sends options requests.