Skip to main content
Module

x/slack_bolt/mod.ts>ViewSubmitAction

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

A Slack view_submission event wrapped in the standard metadata.

This describes the entire JSON-encoded body of a view_submission event.

Properties

type: "view_submission"
team: { id: string; domain: string; enterprise_id?: string; enterprise_name?: string; } | null
user: { id: string; name: string; team_id?: string; }
api_app_id: string
token: string
optional
is_enterprise_install: boolean
optional
enterprise: { id: string; name: string; }