Type Alias: InputBlockElement
type InputBlockElement:
| Checkboxes
| Datepicker
| DateTimepicker
| EmailInput
| FileInput
| MultiSelect
| NumberInput
| PlainTextInput
| RadioButtons
| RichTextInput
| Select
| Timepicker
| URLInput;
A helper union type of all Block Elements that can be used in an InputBlock.