Skip to main content

@slack/types / RichTextQuote

Interface: RichTextQuote

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

Description​

A quote block within a rich text field.

Extends​

Properties​

border?​

optional border?: 0 | 1;

Defined in: block-kit/extensions.ts:76

Description​

Whether to render a quote-block-like border on the inline side of the list. 0 renders no border while 1 renders a border.

Inherited from​

RichTextBorderable.border


elements​

elements: RichTextElement[];

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

Description​

An array of RichTextElement comprising the quote block.


type​

type: "rich_text_quote";

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

Description​

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