ParagraphLabels

ParagraphLabels tag
ParagraphLabels tag creates labeled paragraph

Parameters

Param Type Description
name string name of the element
toName string name of the html element to label

Example

<View>
  <ParagraphLabels name="labels" toName="prg">
    <Label value="Face" />
    <Label value="Nose" />
  </ParagraphLabels>
  <Paragraphs name="prg" value="$dialogue" layout="dialogue" />
</View>