Skip to main content
Module

x/slack_bolt/mod.ts>BasicElementAction

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

Any action from Slack's interactive elements

This type is used to represent actions that aren't known ahead of time. Each of the known element actions also implement this interface.

Type Parameters

optional
T extends string = string

Properties

type: T
block_id: string
action_id: string
action_ts: string