MouseEvent class - dart:html library (original) (raw)
Inheritance
Implementers
Annotations
- @Native("MouseEvent,DragEvent")
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, })
factory
Properties
no setter
no setterinherited
no setter
no setter
cancelable → bool?
no setterinherited
no setter
no setterinherited
no setter
no setterinherited
no setter
no setterinherited
no setterinherited
no setterinherited
fromElement → Node?
The nonstandard way to access the element that the mouse comes from in the case of a mouseover
event.
no setter
The hash code for this object.
no setterinherited
no setterinherited
no setter
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.
no setterinherited
no setter
no setter
The coordinates of the mouse pointer in target node coordinates.
no setter
no setter
path → List<EventTarget>
no setterinherited
no setter
no setter
A representation of the runtime type of the object.
no setterinherited
no setter
no setter
sourceCapabilities → InputDeviceCapabilities?
no setterinherited
no setterinherited
no setterinherited
The nonstandard way to access the element that the mouse goes to in the case of a mouseout
event.
no setter
no setterinherited
view → WindowBase?
no setterinherited
Methods
composedPath()→ List<EventTarget>
inherited
getModifierState(String keyArg)→ bool
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preventDefault()→ void
inherited
stopImmediatePropagation()→ void
inherited
stopPropagation()→ void
inherited
A string representation of this object.
inherited
Operators
operator ==(Object other)→ bool
The equality operator.
inherited