KeyboardEventInit constructor
KeyboardEventInit({
- bool bubbles,
- bool cancelable,
- bool composed,
- Window? view,
- int detail,
- JSObject? sourceCapabilities,
- int which,
- bool ctrlKey,
- bool shiftKey,
- bool altKey,
- bool metaKey,
- bool modifierAltGraph,
- bool modifierCapsLock,
- bool modifierFn,
- bool modifierFnLock,
- bool modifierHyper,
- bool modifierNumLock,
- bool modifierScrollLock,
- bool modifierSuper,
- bool modifierSymbol,
- bool modifierSymbolLock,
- String key,
- String code,
- int location,
- bool repeat,
- bool isComposing,
- int charCode,
- int keyCode,
Implementation
external factory KeyboardEventInit({
bool bubbles,
bool cancelable,
bool composed,
Window? view,
int detail,
JSObject? sourceCapabilities,
int which,
bool ctrlKey,
bool shiftKey,
bool altKey,
bool metaKey,
bool modifierAltGraph,
bool modifierCapsLock,
bool modifierFn,
bool modifierFnLock,
bool modifierHyper,
bool modifierNumLock,
bool modifierScrollLock,
bool modifierSuper,
bool modifierSymbol,
bool modifierSymbolLock,
String key,
String code,
int location,
bool repeat,
bool isComposing,
int charCode,
int keyCode,
});