[][src]Function sauron_core::dom::events::on_contextmenu

pub fn on_contextmenu<CB, MSG>(cb: CB) -> Attribute<MSG> where
    CB: Fn(MouseEvent) -> MSG + 'static,
    MSG: 'static, 

attach an on_contextmenu event to the html element