onOpen

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

Callback fired when the popup requests to be opened. Use in controlled mode (see open).

Parameters

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