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

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

    "name": "Textfield",

    "properties": [
        {
            "name": "valueBinding",
            "type": "string",
            "default": null
        },
        {
            "name": "value",
            "type": "string",
            "default": ""
        }
    ]
}