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: node_modules/@slack/types/dist/block-kit/blocks.d.ts:139

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

See

Input block reference.