Optional dataPossible data types supported by combo box. If undefined, it will be Custom by default.
Optional defaultDefault value to fall back to if entry is not found. If undefined, data type will determine the default value (empty string for Custom data type).
Optional enableInitial enabled state of property item. If undefined, it will default to true.
Optional entriesList of combo box entries. If undefined, data type will determine the default list (empty list for Custom data type).
Optional hiddenIf true label text will be hidden. It will be visible by default.
Optional onThis callback is called when UI control value is changed.
Optional showIf true the image for the selected value will be displayed (if data type supports it). If undefined, it will default to false.
Optional titleLocalized title of the property item.
Optional tooltipTooltip description of the property item.
Optional visibleInitial visibility state of property item. If undefined, it will default to true.
Optional properties for ComboBox property item