MapMouseWheelEvent interface

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

Extends

Properties

preventDefault

Prevents event propagation bubbling up the event chain.

Inherited Properties

map

The Map instance in which the event occurred on.

originalEvent

The original event that was fired.

type

The event type.

Property Details

preventDefault

Prevents event propagation bubbling up the event chain.

preventDefault: () => void

Property Value

() => void

Inherited Property Details

map

The Map instance in which the event occurred on.

map: Map

Property Value

Map

Inherited From MapEvent.map

originalEvent

The original event that was fired.

originalEvent?: Event

Property Value

Event

Inherited From MapEvent.originalEvent

type

The event type.

type: string

Property Value

string

Inherited From MapEvent.type