-
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
Paragraphs
Paragraphs tag shows an Paragraphs markup that can be labeled
it expects an array of objects like that [{ $nameKey: “Author name”, $textKey: “Text” }, … ]
Parameters
Param | Type | Default | Description |
---|---|---|---|
name | string |
name of the element | |
value | string |
value of the element | |
[saveTextResult] | no | yes |
yes |
whether to save text to value or not |
[layout] | none | dialogue |
none |
the styles layout to use |
[nameKey] | string |
"author" |
name key to use |
[textKey] | string |
"text" |
text key to use |
Example
<View>
<Paragraphs name="dialogue-1" value="$dialogue" layout="dialogue" />
</View>