Function sauron::prelude::prelude::html::events::on_mouseenter

source ·
pub fn on_mouseenter<CB, MSG>(cb: CB) -> Attribute<MSG>
where CB: FnMut(MouseEvent) -> MSG + 'static, MSG: 'static,
Expand description

attach an on_mouseenter event to the html element