goog.ui.KeyboardEventData
Provided By |
---|
Data object that contains all the necessary information from a keyboard event
that is required to process it in KeyboardShortcutHandler
.
Prefer using goog.ui.KeyboardEventData.Builder
over using this constructor.
new KeyboardEventData( keyCode, key, shiftKey, altKey, ctrlKey, metaKey, target, rootTarget, preventDefaultFn, stopPropagationFn )
Parameters |
|
---|