MapMouseWheelEvent interface
Event object returned by the maps when a wheel event occurs.
- Extends
Properties
| map | The |
| original |
The original event that was fired. |
| prevent |
Prevents event propagation bubbling up the event chain. |
| type | The event type. |
Property Details
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