MouseEventInit constructor
MouseEventInit({
- 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,
- int screenX,
- int screenY,
- int clientX,
- int clientY,
- int button,
- int buttons,
- num movementX,
- num movementY,
Implementation
external factory MouseEventInit({
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,
int screenX,
int screenY,
int clientX,
int clientY,
int button,
int buttons,
EventTarget? relatedTarget,
num movementX,
num movementY,
});