-
Guide
Tags
API
What's new
tags
- Introduction
Objects
- Audio
- AudioPlus
- HyperText
- Image
- Paragraphs
- Text
- TimeSeries
Controls
- BrushLabels
- Choice
- Choices
- Ellipse
- EllipseLabels
- HyperTextLabels
- KeyPoint
- KeyPointLabels
- Label
- Labels
- List
- Pairwise
- ParagraphLabels
- Polygon
- PolygonLabels
- Ranker
- Rating
- Rectangle
- RectangleLabels
- Relation
- Relations
- Shortcut
- TextArea
- Taxonomy
- TimeSeriesLabels
- Filter
Visual
- Header
- Style
- Table
- View
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>