onOpen

abstract var onOpen: (event: SyntheticEvent<*, *>) -> Unit?(source)

Callback fired when the component requests to be open.

Parameters

{React.SyntheticEvent} event The event source of the callback.