Text Label

{
    "type":"Label",
    "properties": {
        "text" : "This is a text label"
    }
}

For build 1.11.x of Squirrel the type needs to be HTMLLabelElement. note: this type has been deprecated in 1.12.x onwards for the above type

Configurable Properties

text

string - this is the text to display in the label

Last updated

Was this helpful?