Skip to main content
Module

x/slack_bolt/mod.ts>ViewOutput

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

Properties

id: string
callback_id: string
team_id: string
app_id: string | null
bot_id: string
title: PlainTextElementOutput
type: string
close: PlainTextElementOutput | null
submit: PlainTextElementOutput | null
state: { values: { [blockId: string]: { [actionId: string]: any; }; }; }
hash: string
private_metadata: string
root_view_id: string | null
previous_view_id: string | null
clear_on_close: boolean
notify_on_close: boolean
optional
external_id: string