Skip to main content

Text

The Text control is used to display a block of text separated from adjacent controls using indentation or Spacers. It has additional properties such as dynamic height, Show/Hide on mobile, Show/Hide on Desktop, and Maintain space when hidden property in Freeflow editor.

Text Control
Text Control

Binding Data Options

To populate the Text control with data, you can use the Bind Data option, which accepts an string data format.

Static Data Option

The Text control enables the display of static content through the Bind Data option. You can utilize this feature to present fixed text content directly within the control.

For instance, if you wish to exhibit a predefined piece of text within the Text control, you can simply input the desired content into the Bind Data option.

Consider an example where you want to display an introductory paragraph:


"Welcome to our new app! We aim to provide you with an unparalleled user experience."

Properties

PropertyDescription
ParagraphProvide static text to be displayed in the Text control using this property.
PropertiesSpecifies properties like text font-size, weight and alignment.
Letter SpacingConfigures the space between characters.
Line HeightSets the height of each line of text.

Control Outputs

The outputs from the Text control, represented by the placeholder {{text}}, can be referenced in other controls, data queries, or JavaScript functions using the control's unique name.

OutputDescription
textRepresents the block of text displayed by the Text control.