onClose

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

Callback fired when the component requests to be closed.

Parameters

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