Type Alias: SectionBlockAccessory
type SectionBlockAccessory:
| Button
| Checkboxes
| Datepicker
| ImageElement
| MultiSelect
| Overflow
| RadioButtons
| Select
| Timepicker
| WorkflowButton;
A helper union type of all Block Elements that can be used as an accessory in a SectionBlock.