aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/textarea.json
blob: 608011e1918f7c7582667c0737063e902cb27164 (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": "value",
            "type": "string",
            "default": "Button"
        },
        {
            "name": "disabled",
            "type": "boolean",
            "default": "false"
        }
    ]
}