Not documented.

Annotations
  • DomName('MouseEvent')
Extends
Implemented by

Properties

bool altKey
read-only
bool bubbles
read-only, inherited
int button
read-only
bool cancelable
read-only, inherited
Point client
read-only
int clientX
read-only
int clientY
read-only
DataTransfer clipboardData
read-only, inherited
Access to the system's clipboard data during copy, cut, and paste events.
bool ctrlKey
read-only
EventTarget currentTarget
read-only, inherited
DataTransfer dataTransfer
read-only
bool defaultPrevented
read-only, inherited
int detail
read-only, inherited
int eventPhase
read-only, inherited
Node fromElement
read-only
The nonstandard way to access the element that the mouse comes from in the case of a mouseover event.
Point layer
read-only, inherited
Element matchingTarget
read-only, inherited
A pointer to the element whose CSS selector matched within which an event was fired. If this Event was not associated with any Event delegation, accessing this value will throw an UnsupportedError.
bool metaKey
read-only
Point movement
read-only
int movementX
read-only
int movementY
read-only
Point offset
read-only
The coordinates of the mouse pointer in target node coordinates.
int offsetX
read-only
int offsetY
read-only
Point page
read-only, inherited
List<Node> path
read-only, inherited
This event's path, taking into account shadow DOM.
String region
read-only
EventTarget relatedTarget
read-only
Point screen
read-only
int screenX
read-only
int screenY
read-only
bool shiftKey
read-only
EventTarget target
read-only, inherited
int timeStamp
read-only, inherited
Node toElement
read-only
The nonstandard way to access the element that the mouse goes to in the case of a mouseout event.
String type
read-only, inherited
WindowBase view
read-only, inherited
int which
read-only, inherited

Constructors

MouseEvent(String type, {Window view, int detail: 0, int screenX: 0, int screenY: 0, int clientX: 0, int clientY: 0, int button: 0, bool canBubble: true, bool cancelable: true, bool ctrlKey: false, bool altKey: false, bool shiftKey: false, bool metaKey: false, EventTarget relatedTarget})

Methods

preventDefault() → void
inherited
stopImmediatePropagation() → void
inherited
stopPropagation() → void
inherited