Function sauron::prelude::prelude::html::events::on_mouseup

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

attach an on_mouseup event to the html element