Skip to main content

@slack/web-api / SectionBlockAccessory

Type Alias: SectionBlockAccessory

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

Defined in: node_modules/@slack/types/dist/block-kit/blocks.d.ts:201

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

See

Section block reference.