QML - Create Your Own Adventure

Name Topic Used in Type
string States station element
Strings handle texts, for example those the user enters. When checking for strings, you can use comparison methods (ie., "[function containsWord([a], 'test')]").
Sample:
<text>"Your name shall be [string playerName]!"
</text>

<string name="playerName" value="Joe"/>

Attributes: name | value