@slack/types / ContextActionsBlockElement
Type Alias: ContextActionsBlockElement
type ContextActionsBlockElement =
| FeedbackButtons
| IconButton;
Defined in: block-kit/blocks.ts:126
A helper union type of all Block Elements that can be used in a ContextActionsBlock.