Skip to main content
Module

x/deno_slack_sdk/functions/interactivity/mod.ts

SDK for building Run on Slack apps using Deno
Go to Latest
import * as denoSlackSdk from "https://deno.land/x/deno_slack_sdk@1.4.2/functions/interactivity/mod.ts";

Variables

Define an actions "router" and its input and output parameters for use in a Slack application. The ActionsRouter will route incoming action events to action-specific handlers.

Define a suggestion "router" and its input and output parameters for use in a Slack application. The SuggestionRouter will route incoming action events to action-specific handlers.