Skip to content

PropertyPropertyWidgetComponentComboBox.onOpen method

PropertyPropertyWidgetComponentComboBox › onOpen

Unofficial

Register a callback for open event.

Signature:

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

Parameters:

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

Returns: this