Function sauron::on_dblclick[][src]

pub fn on_dblclick<CB, MSG>(
    cb: CB
) -> Attribute<&'static str, &'static str, AttributeValue<MSG>> where
    CB: 'static + Fn(MouseEvent) -> MSG,
    MSG: 'static, 
Expand description

attach an on_dblclick event to the html element