Skip to content

PropertyPropertyWidgetComponentComboBox.onClose method

PropertyPropertyWidgetComponentComboBox › onClose

Unofficial

Register a callback for close event.

Signature:

onClose(callback: () => void): this

Parameters:

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

Returns: this