Text Area
Displays a multiline text area in the inspector.
{
    "title": "TextArea",
    "id": "myTextArea",
    "textArea": {
        "size": 5,
        "default": "Hello World"
    }
}{
    "groups": [{
        "title": "TextArea Example",
        "properties": [{
            "title": "TextArea",
            "id": "myTextArea",
            "textArea": {
                "size": 5,
                "default": "Hello World"
            }
        }]
    }]
}Last updated
Was this helpful?

