Struct augdom::event::KeyDownBuilder  [−][src]
pub struct KeyDownBuilder(_);Expand description
A builder for events.
Methods from Deref<Target = KeyboardEventInit>
Change the bubbles field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the cancelable field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the composed field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the detail field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the view field of this object.
This API requires the following crate features to be activated: KeyboardEventInit, Window
Change the altKey field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the ctrlKey field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the metaKey field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the modifierAltGraph field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the modifierCapsLock field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the modifierFn field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the modifierFnLock field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the modifierNumLock field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the modifierOS field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the modifierScrollLock field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the modifierSymbol field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the modifierSymbolLock field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the shiftKey field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the charCode field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the code field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the isComposing field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the key field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the keyCode field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the location field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the repeat field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Change the which field of this object.
This API requires the following crate features to be activated: KeyboardEventInit
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeyDownBuilder
impl !Send for KeyDownBuilder
impl !Sync for KeyDownBuilder
impl Unpin for KeyDownBuilder
impl UnwindSafe for KeyDownBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more