Skip to main content

@slack/web-api / RichTextSection

Interface: RichTextSection

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

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:788


type

type: "rich_text_section";

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

Description

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