Class: WheelEvent
- Last UpdatedJul 9, 2025
- 2 minute read
H.mapevents.WheelEvent
This class represents an event fired when the mouse wheel is turned, with the mouse pointer on the map. It contains information about the cursor position and the map object directly under the mouse pointer.
Extends
Members
-
AT_TARGET number constant inherited
-
This property indicates that the event is being evaluated at the target.
-
BUBBLING_PHASE number constant inherited
-
This property identifies the current event phase as the bubbling phase.
-
CAPTURING_PHASE number constant inherited
-
This property identifies the current event phase as the capturing phase.
-
currentTarget * inherited
-
This property holds an object that receives notification of the event (via an attached listener).
-
defaultPrevented boolean inherited
-
This property holds a value indicating if
preventDefault()
was called on the current event. -
This property holds a value indicating the wheel move delta.
-
eventPhase number inherited
-
This property indicates which phase of the event flow is being evaluated.
-
This property holds the original mouse wheel event object.
-
target H.map.Object | H.Map overrides
-
This property holds the target for the event.
-
type string inherited
-
This property holds the name of the dispatched event.
-
This property holds a value indicating map viewport x-position.
-
This property holds a value indicating map viewport y-position.