| label |
string |
labelText |
Text label to display. Manually editing this field will set the inheritLabelFromData parameter to false |
| inheritLabelFromData |
boolean |
True |
When set to true, the label will be inherited from the connected variable |
| displayLabel |
boolean |
True |
If true, the label is displayed on the left side of the select widget |
| labelFontSize |
number |
0.5 |
Label font-size |
| labelColor |
string |
var(--widget-label-color) |
Label text color |
| labelFontFamily |
string |
var(--widget-font-family) |
Label font-family. Possible values: Arial, Verdana, Tahoma, Trebuchet MS, Times New Roman, Georgia, Garamond, Courier New, Brush Script MT, Montserrat, ralway, Lucida Grande, Lato, Menlo |
| selectWidthProportion |
string |
70% |
Value width proportion with respect to the widget width. The value should be in percentage |
| isNumber |
boolean |
False |
If true, value type is a number |
| selectValueFontFamily |
string |
var(--widget-font-family) |
Value font-family. Possible values: Arial, Verdana, Tahoma, Trebuchet MS, Times New Roman, Georgia, Garamond, Courier New, Brush Script MT, Montserrat, ralway, Lucida Grande, Lato, Menlo |
| selectValueFontSize |
number |
0.5 |
Value font-size |
| selectedValueColor |
string |
var(--widget-select-option-highlighted-text) |
Color of the selected value |
| selectedItemDefaultColor |
string |
var(--widget-select-option-highlighted-color) |
Color of the selected item in the drop-down list |
| selectedItemHoverColor |
string |
var(--widget-select-option-highlighted-color) |
Hover color of the selected item in the drop-down list |
| isKeyValuePairs |
boolean |
False |
If true, the key/value format is not required |