QML - Create Your Own Adventure

Name Topic Used in Type
value States string attribute
The value of the string, like "Joe", or "Hello World". 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"/>