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