Skip to main content

@slack/web-api / RichTextSection

Interface: RichTextSection

Defined in: packages/types/dist/block-kit/block-elements.d.ts:881

Description

A section block within a rich text field.

Properties

elements

elements: RichTextElement[];

Defined in: packages/types/dist/block-kit/block-elements.d.ts:886


type

type: "rich_text_section";

Defined in: packages/types/dist/block-kit/block-elements.d.ts:885

Description

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