Skip to content

PropertyPropertyWidgetComponentComboBox.onSelect method

PropertyPropertyWidgetComponentComboBox › onSelect

Unofficial

Register a callback for select event.

Signature:

onSelect(callback: (item: PropertyPropertyWidgetComponentComboBoxItem) => void): this

Parameters:

Parameter Type Description
callback (item: PropertyPropertyWidgetComponentComboBoxItem) => void the callback to register.

Returns: this