WheelEvent class

Inheritance
Annotations
  • @Native("WheelEvent")

Constructors

WheelEvent.new(String type, {Window? view, num deltaX = 0, num deltaY = 0, num deltaZ = 0, int deltaMode = 0, 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})
factory

Properties

altKey โ†’ bool
no setterinherited
bubbles โ†’ bool?
no setterinherited
button โ†’ int
no setterinherited
buttons โ†’ int?
no setterinherited
cancelable โ†’ bool?
no setterinherited
client โ†’ Point<num>
no setterinherited
composed โ†’ bool?
no setterinherited
ctrlKey โ†’ bool
no setterinherited
currentTarget โ†’ EventTarget?
no setterinherited
dataTransfer โ†’ DataTransfer
no setterinherited
defaultPrevented โ†’ bool
no setterinherited
deltaMode โ†’ int
no setter
deltaX โ†’ num
The amount that is expected to scroll horizontally, in units determined by deltaMode.
no setter
deltaY โ†’ num
The amount that is expected to scroll vertically, in units determined by deltaMode.
no setter
deltaZ โ†’ num?
no setter
detail โ†’ int?
no setterinherited
eventPhase โ†’ int
no setterinherited
fromElement โ†’ Node?
The nonstandard way to access the element that the mouse comes from in the case of a mouseover event.
no setterinherited
hashCode โ†’ int
The hash code for this object.
no setterinherited
isTrusted โ†’ bool?
no setterinherited
layer โ†’ Point<num>
no setterinherited
matchingTarget โ†’ Element
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
metaKey โ†’ bool
no setterinherited
movement โ†’ Point<num>
no setterinherited
offset โ†’ Point<num>
The coordinates of the mouse pointer in target node coordinates.
no setterinherited
page โ†’ Point<num>
no setterinherited
path โ†’ List<EventTarget>
no setterinherited
region โ†’ String?
no setterinherited
relatedTarget โ†’ EventTarget?
no setterinherited
runtimeType โ†’ Type
A representation of the runtime type of the object.
no setterinherited
screen โ†’ Point<num>
no setterinherited
shiftKey โ†’ bool
no setterinherited
sourceCapabilities โ†’ InputDeviceCapabilities?
no setterinherited
target โ†’ EventTarget?
no setterinherited
timeStamp โ†’ num?
no setterinherited
toElement โ†’ Node?
The nonstandard way to access the element that the mouse goes to in the case of a mouseout event.
no setterinherited
type โ†’ String
no setterinherited
view โ†’ WindowBase?
no setterinherited

Methods

composedPath() โ†’ List<EventTarget>
inherited
getModifierState(String keyArg) โ†’ bool
inherited
noSuchMethod(Invocation invocation) โ†’ 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 ==(Object other) โ†’ bool
The equality operator.
inherited

Constants

DOM_DELTA_LINE โ†’ const int
DOM_DELTA_PAGE โ†’ const int
DOM_DELTA_PIXEL โ†’ const int