MapMouseWheelEvent interface

Event object returned by the maps when a wheel event occurs.

Extends

Properties

map

The Map instance in which the event occurred on.

originalEvent

The original event that was fired.

preventDefault

Prevents event propagation bubbling up the event chain.

type

The event type.

Property Details

map

The Map instance in which the event occurred on.

map: Map

Property Value

Map

originalEvent

The original event that was fired.

originalEvent?: Event

Property Value

Event

preventDefault

Prevents event propagation bubbling up the event chain.

preventDefault: () => void

Property Value

() => void

type

The event type.

type: string

Property Value

string