Type Alias MouseEvent

Source
pub type MouseEvent<TCurrent = Element, TNativeEvent = MouseEvent, TBaseSyntheticEvent = MouseEvent> = UiEvent<TCurrent, TNativeEvent, TBaseSyntheticEvent>;

Aliased Typeยง

pub struct MouseEvent<TCurrent = Element, TNativeEvent = MouseEvent, TBaseSyntheticEvent = MouseEvent> { /* private fields */ }