Color Input
Color picker with optional opacity
{
"type": "ColorOpacityInput",
"properties": {
"labelName": "Button Color",
"bindingPropertyName": "buttonColor",
"allowCheckbox": false,
"hasOpacity": false
}
}{
"buttonColor": {
"type": "solid",
"color": [
{
"color": "#22ee33",
"alpha": 1,
"ratio": 0
}
],
"rotation": 0,
"enabled": true
}
}Configurable properties
Last updated
Was this helpful?
