QML - Create Your Own Adventure

Name Topic Used in Type
name States string attribute
The name of the string (how you will refer to the value later on).
For example: "name of Player", "secretWord", "player input", and so on. Spaces are allowed.
Sample:
<text>"Your name shall be [string playerName]!"
</text>

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