Type Alias KeyboardEventInit

Source
pub(crate) type KeyboardEventInit = KeyboardEventInit<DomTypeHolder>;

Aliased Type§

pub(crate) struct KeyboardEventInit {
    pub parent: EventModifierInit<DomTypeHolder>,
    pub code: DOMString,
    pub isComposing: bool,
    pub key: DOMString,
    pub location: u32,
    pub repeat: bool,
}

Fields§

§parent: EventModifierInit<DomTypeHolder>§code: DOMString§isComposing: bool§key: DOMString§location: u32§repeat: bool