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

attach an on_wheel event to the html element