@slack/web-api / RichTextPreformatted
Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:829
A block of preformatted text within a rich text field.
optional border: 0 | 1;Defined in: node_modules/@slack/types/dist/block-kit/extensions.d.ts:66
Whether to render a quote-block-like border on the inline side of the list. 0 renders no border
while 1 renders a border.
elements: (RichTextLink | RichTextText)[];Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:837
An array of either RichTextLink or RichTextText comprising the preformatted text.
type: "rich_text_preformatted";Defined in: node_modules/@slack/types/dist/block-kit/block-elements.d.ts:833
The type of element. In this case type is always rich_text_preformatted.