@slack/types / RichTextSection
Interface: RichTextSection
Defined in: block-kit/block-elements.ts:972
Description
A section block within a rich text field.
Properties
elements
elements: RichTextElement[];
Defined in: block-kit/block-elements.ts:977
type
type: "rich_text_section";
Defined in: block-kit/block-elements.ts:976
Description
The type of element. In this case type is always rich_text_section.