Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/slack_web_api_client/block-kit/block-elements.ts>AnyBlockElement

Streamlined Slack Web API client for TypeScript
Go to Latest
type alias AnyBlockElement
import { type AnyBlockElement } from "https://deno.land/x/slack_web_api_client@0.6.1/block-kit/block-elements.ts";
definition:
| ImageElement
| AnySelectElement
| AnyMultiSelectElement
| Datepicker
| Timepicker
| DateTimepicker
| RichTextInput
| PlainTextInput
| URLInput
| EmailInput
| NumberInput
| Button
| WorkflowButton
| Overflow
| RadioButtons
| Checkboxes