Skip to main content

@slack/web-api / RichTextBlockElement

Type Alias: RichTextBlockElement

type RichTextBlockElement = 
| RichTextSection
| RichTextList
| RichTextQuote
| RichTextPreformatted;

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

A helper union type of all Block Elements that can be used in a RichTextBlock.

See

Rich text block reference.