Type Alias: ActionsBlockElement
type ActionsBlockElement:
| Button
| Checkboxes
| Datepicker
| DateTimepicker
| MultiSelect
| Overflow
| RadioButtons
| Select
| Timepicker
| WorkflowButton
| RichTextInput;
A helper union type of all Block Elements that can be used in an ActionsBlock.