aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/textarea.json
blob: 0dd7714eb6b0f71b1202c2766ce6f63e9359269f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "component": "textarea",

    "module": "montage/ui/textarea.reel",

    "name": "Textarea",

    "properties": [

        {
            "name": "textContent",
            "type": "string",
            "default": null
        },
        {
            "name": "disabled",
            "type": "boolean",
            "default": false
        }
    ]
}