Skip to main content

@slack/types / RichTextSection

Interface: RichTextSection

Defined in: block-kit/block-elements.ts:994

Description​

A section block within a rich text field.

Properties​

elements​

elements: RichTextElement[];

Defined in: block-kit/block-elements.ts:999


type​

type: "rich_text_section";

Defined in: block-kit/block-elements.ts:998

Description​

The type of element. In this case type is always rich_text_section.