Skip to main content
Module

x/slack_bolt/mod.ts>ActionConstraints

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
interface ActionConstraints
Re-export
import { type ActionConstraints } from "https://deno.land/x/slack_bolt@1.0.0/mod.ts";

Properties

optional
type: A["type"]
optional
block_id: A extends BlockAction ? string | RegExp : never
optional
action_id: A extends BlockAction ? string | RegExp : never
optional
callback_id: Extract<A, { callback_id?: string; }> extends any ? string | RegExp : never