Text

This element is a text container, which can contain plain text or text in markdown format.

Properties

  • ID
    Element identifier used to refer to the element it in the callbacks/other areas.
  • Text
    What is displayed in the text container.
  • Enable markdown
    Toggle on for the Text field to be treated as basic markdown syntax.

    Note

    For more information on basic markdown syntax, see the Markdown basic syntax guide.

Dynamically controlling a text element

You can dynamically control text elements by :doc:`mapping <../../../../mapping/index> a callback’s response data to the text element Text property.
To map callback response data to a text element, you must define the text element ID property. Otherwise, the text element object will not appear on the Model side of the the mapping tool.
../../../../../../_images/ss-uibuilder-text.png