Expand description
The module that contains all events available in the framework.
Re-exports§
pub use web_sys::AnimationEvent;pub use web_sys::DragEvent;pub use web_sys::ErrorEvent;pub use web_sys::Event;pub use web_sys::FocusEvent;pub use web_sys::InputEvent;pub use web_sys::KeyboardEvent;pub use web_sys::MouseEvent;pub use web_sys::PointerEvent;pub use web_sys::ProgressEvent;pub use web_sys::SubmitEvent;pub use web_sys::TouchEvent;pub use web_sys::TransitionEvent;pub use web_sys::UiEvent;pub use web_sys::WheelEvent;pub use crate::html::TargetCast;
Functions§
- set_
event_ bubbling csr - Set, if events should bubble up the DOM tree, calling any matching callbacks.