pub type ModalOnCloseCallbackType = extern "C" fn(RefAny, CallbackInfo, ModalState) -> Update;Expand description
Callback invoked when the modal’s “x” close button is clicked. The
ModalState carries the new (false) open value.
pub type ModalOnCloseCallbackType = extern "C" fn(RefAny, CallbackInfo, ModalState) -> Update;Callback invoked when the modal’s “x” close button is clicked. The
ModalState carries the new (false) open value.