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

    "module": "montage/ui/select-input.reel",

    "name": "SelectInput",

    "properties": [

        {
            "name": "label",
            "type": "string",
            "default": "Button"
        },
        {
            "name": "enabled",
            "type": "boolean",
            "default": "true"
        }
    ]
}