aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/textarea.json
blob: 15cdf8ad7af5712aae5ea11bb8136a1b926223b6 (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/native/textarea.reel",

    "name": "Textarea",

    "properties": [

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