Not documented.
- Annotations
- DomName('WheelEvent')
- Extends
- Object
- Event
- UIEvent
- MouseEvent
- WheelEvent
Constants
- int DOM_DELTA_LINE = 0x01
-
const
- int DOM_DELTA_PAGE = 0x02
-
const
- int DOM_DELTA_PIXEL = 0x00
-
const
Properties
- bool altKey
-
read-only, inherited
- bool bubbles
-
read-only, inherited
-
read-only, inherited
- bool cancelable
-
read-only, inherited
- Point client
-
read-only, inherited
- int clientX
-
read-only, inherited
- int clientY
-
read-only, inherited
- DataTransfer clipboardData
-
read-only, inheritedAccess to the system's clipboard data during copy, cut, and paste events.
- bool ctrlKey
-
read-only, inherited
- EventTarget currentTarget
-
read-only, inherited
- DataTransfer dataTransfer
-
read-only, inherited
- bool defaultPrevented
-
read-only, inherited
- int deltaMode
-
read-only
- num deltaX
-
read-onlyThe amount that is expected to scroll horizontally, in units determined by
deltaMode
. - num deltaY
-
read-onlyThe amount that is expected to scroll vertically, in units determined by
deltaMode
. - double deltaZ
-
read-only
- int detail
-
read-only, inherited
- int eventPhase
-
read-only, inherited
- Node fromElement
-
read-only, inheritedThe 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, inheritedA 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, inherited
- Point movement
-
read-only, inherited
- int movementX
-
read-only, inherited
- int movementY
-
read-only, inherited
- Point offset
-
read-only, inheritedThe coordinates of the mouse pointer in target node coordinates.
- int offsetX
-
read-only, inherited
- int offsetY
-
read-only, inherited
- Point page
-
read-only, inherited
- List<Node> path
-
read-only, inheritedThis event's path, taking into account shadow DOM.
- String region
-
read-only, inherited
-
read-only, inherited
- Point screen
-
read-only, inherited
- int screenX
-
read-only, inherited
- int screenY
-
read-only, inherited
- bool shiftKey
-
read-only, inherited
- EventTarget target
-
read-only, inherited
- int timeStamp
-
read-only, inherited
- Node toElement
-
read-only, inheritedThe 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
- WheelEvent(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, })
Methods
-
preventDefault(
) → void -
inherited
-
stopImmediatePropagation(
) → void -
inherited
-
stopPropagation(
) → void -
inherited