Skip to main content
Module

x/slack_bolt/src/types/view/index.ts>SlackViewMiddlewareArgs

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

Arguments which listeners and middleware receive to process a view submission event from Slack.

Type Parameters

optional
ViewActionType extends SlackViewAction = SlackViewAction

Properties

payload: ViewOutput
view: ViewOutput
ack: ViewAckFn<ViewActionType>