logo
pub fn on_click<F, MSG>(
    f: F
) -> Attribute<&'static str, &'static str, AttributeValue<MSG>> where
    F: 'static + Fn(MouseEvent) -> MSG,
    MSG: 'static, 
Expand description

on click event