Skip to main content

@slack/web-api / ActionsBlockElement

Type Alias: ActionsBlockElement

type ActionsBlockElement = 
| Button
| Checkboxes
| Datepicker
| DateTimepicker
| MultiSelect
| Overflow
| RadioButtons
| Select
| Timepicker
| WorkflowButton
| RichTextInput;

Defined in: node_modules/@slack/types/dist/block-kit/blocks.d.ts:31

A helper union type of all Block Elements that can be used in an ActionsBlock.

See

Actions block reference.