Rich Text

Rich text displays text that’s formatted with standard formatting options, such as bold and italics, that are unavailable with plain text. The input value of Rich Text is HTML.

Rich Text is commonly paired with a Rich Text Editor whose output is HTML. Rich Text will be able to display the text that’s entered into the Editor.

Properties

Default value: HTML text to display. You can use the rich text editor here, or use the </> code block to enter raw HTML.

See Tooltip for tooltip configurations.

Example

This is a piece of html, down below shows the difference between text element and rich text element.

<p>Hi there&nbsp;<img src="https://a.slack-edge.com/production-standard-emoji-assets/14.0/apple-medium/1f44b.png">, glad that you found us!</p>

Using rich text along with rich text editor together, see tutorialRich text and rich text editor

Supported Events

No supported events.

Supported Actions

Set Rich Text: Set the HTML text to display.

Set Data: Change element data. See Data Store.

Set Loading: Set loading animation. See Set loading animations.

Visit Interactions for more on events and actions.

Last updated