Skip to main content
Module

x/slack_bolt/mod.ts>View

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

Properties

optional
title: PlainTextElement
type: "home" | "modal" | "workflow_step"
blocks: (KnownBlock | Block)[]
optional
callback_id: string
optional
close: PlainTextElement
optional
submit: PlainTextElement
optional
private_metadata: string
optional
clear_on_close: boolean
optional
notify_on_close: boolean
optional
submit_disabled: boolean
optional
external_id: string