HyperText

HyperText tag shows an HyperText markup that can be labeled

Parameters

Param Type Default Description
name string name of the element
value string value of the element
[showLabels] boolean false show labels next to the region
[encoding] string "none base64
[clickableLinks] boolean false allow to open resources from links

Example

<View>
  <HyperText name="text-1" value="$text" />
</View>