aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/textarea.json
blob: 8e780954e6f706519f6bf5b793c94331c2279795 (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
        }
    ]
}