Type Alias KeyboardEvent

Source
pub type KeyboardEvent<TCurrent = Element> = SyntheticEvent<TCurrent, KeyboardEvent, KeyboardEvent>;

Aliased Typeยง

pub struct KeyboardEvent<TCurrent = Element> { /* private fields */ }