Dropdown
{
"type": "Dropdown",
"properties": {
"labelName": "QR type",
"options": [
{
"option": "",
"text": "Please Select"
},
{
"option": "url",
"text": "Website address"
},
.......
],
"bindingPropertyName": "qrType"
}
}{
"qrType": "url"
}Configurable properties
Last updated
Was this helpful?
