onOpen

abstract var onOpen: ReactEventHandler<*>(source)

Callback fired when the component requests to be opened.

Parameters

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