实验性
Optional properties for ComboBox property item
可选
Possible data types supported by combo box. If undefined, it will be Custom by default.
Default 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).
Initial enabled state of property item. If undefined, it will default to true.
List of combo box entries. If undefined, data type will determine the default list (empty list for Custom data type).
If true label text will be hidden. It will be visible by default.
This callback is called when UI control value is changed.
If true the image for the selected value will be displayed (if data type supports it). If undefined, it will default to false.
Localized title of the property item.
Tooltip description of the property item.
Initial visibility state of property item. If undefined, it will default to true.
Optional properties for ComboBox property item