Skip to content

PropertyPropertyWidgetComponentComboBox.onOpen method

PropertyPropertyWidgetComponentComboBox › onOpen

Unofficial

Register a callback for open event.

Signature:

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

Parameters:

ParameterTypeDescription
callback() => voidthe callback to register.

Returns: this