Skip to main content
Module

x/slack_bolt/mod.ts>ViewClosedAction

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

A Slack view_closed event wrapped in the standard metadata.

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

Properties

type: "view_closed"
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
is_cleared: boolean
optional
is_enterprise_install: boolean
optional
enterprise: { id: string; name: string; }