Skip to main content

@slack/web-api / InputBlockElement

Type Alias: InputBlockElement

type InputBlockElement = 
| Checkboxes
| Datepicker
| DateTimepicker
| EmailInput
| FileInput
| MultiSelect
| NumberInput
| PlainTextInput
| RadioButtons
| RichTextInput
| Select
| Timepicker
| URLInput;

Defined in: packages/types/dist/block-kit/blocks.d.ts:157

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

See

Input block reference.