Skip to main content

@slack/web-api / RichTextSection

Interface: RichTextSection

Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:859

Description

A section block within a rich text field.

Properties

elements

elements: RichTextElement[];

Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:864


type

type: "rich_text_section";

Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:863

Description

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