PropertyPropertyWidgetComponentComboBox.onSelect method
PropertyPropertyWidgetComponentComboBox › onSelect
Unofficial
Register a callback forselect event. Signature:
onSelect(callback: (item: PropertyPropertyWidgetComponentComboBoxItem) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| callback | (item: PropertyPropertyWidgetComponentComboBoxItem) => void | the callback to register. |
Returns: this