MouseEvent class
- Inheritance
- Implementers
- Annotations
- @Native.new("MouseEvent,DragEvent")
Constructors
Properties
- altKey→bool
- no setter
- bubbles→bool?
- no setterinherited
- button→int
- no setter
- buttons→int?
- no setter
- cancelable→bool?
- no setterinherited
- client→Point<
num> - no setter
- composed→bool?
- no setterinherited
- ctrlKey→bool
- no setter
- currentTarget→EventTarget?
- no setterinherited
- dataTransfer→DataTransfer
- no setter
- defaultPrevented→bool
- no setterinherited
- detail→int?
- no setterinherited
- eventPhase→int
- no setterinherited
- fromElement→Node?
- The nonstandard way to access the element that the mouse comesfrom in the case of a
mouseoverevent.no setter - hashCode→int
- The hash code for this object.no setterinherited
- isTrusted→bool?
- no setterinherited
- layer→Point<
num> - no setter
- matchingTarget→Element
- A pointer to the element whose CSS selector matched within which an eventwas fired. If this Event was not associated with any Event delegation,accessing this value will throw anUnsupportedError.no setterinherited
- metaKey→bool
- no setter
- movement→Point<
num> - no setter
- offset→Point<
num> - The coordinates of the mouse pointer in target node coordinates.no setter
- page→Point<
num> - no setter
- path→List<
EventTarget> - no setterinherited
- region→String?
- no setter
- relatedTarget→EventTarget?
- no setter
- runtimeType→Type
- A representation of the runtime type of the object.no setterinherited
- screen→Point<
num> - no setter
- shiftKey→bool
- no setter
- sourceCapabilities→InputDeviceCapabilities?
- no setterinherited
- target→EventTarget?
- no setterinherited
- timeStamp→num?
- no setterinherited
- toElement→Node?
- The nonstandard way to access the element that the mouse goesto in the case of a
mouseoutevent.no setter - type→String
- no setterinherited
- view→WindowBase?
- no setterinherited
Methods
- composedPath(
)→List< EventTarget> - inherited
- getModifierState(
StringkeyArg)→bool - noSuchMethod(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- preventDefault(
)→ void - inherited
- stopImmediatePropagation(
)→ void - inherited
- stopPropagation(
)→ void - inherited
- toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited