This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.

Module events

Source
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_bubblingcsr
Set, if events should bubble up the DOM tree, calling any matching callbacks.