Skip to main content

@slack/types / RichTextElement

Type Alias: RichTextElement

type RichTextElement =
| RichTextBroadcastMention
| RichTextColor
| RichTextChannelMention
| RichTextDate
| RichTextEmoji
| RichTextLink
| RichTextTeamMention
| RichTextText
| RichTextUserMention
| RichTextUsergroupMention;

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

Description

Union of rich text sub-elements for use within rich text blocks.