Skip to main content

@slack/types / SectionBlockAccessory

Type Alias: SectionBlockAccessory

type SectionBlockAccessory =
| Button
| Checkboxes
| Datepicker
| ImageElement
| MultiSelect
| Overflow
| RadioButtons
| Select
| Timepicker
| WorkflowButton;

Defined in: block-kit/blocks.ts:402

A helper union type of all Block Elements that can be used as an accessory in a SectionBlock.

See

Section block reference.