Skip to main content

@slack/types / ActionsBlockElement

Type Alias: ActionsBlockElement

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

Defined in: block-kit/blocks.ts:86

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

See

Actions block reference.