Function sauron::on_doubleclick

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

attach an on_doubleclick event to the html element