MapLibreEvent<TOrig>
Defined in: ui/events.ts:484
The base event for MapLibre
Extends
Extended by
MapWheelEventMapTouchEventMapMouseEventMapProjectionEventMapTerrainEventMapStyleImageMissingEventMapStyleDataEventMapStyleLoadEventMapSourceDataEventMapBoxZoomEventMapMovementEventMapContextEvent
Type Parameters
| Type Parameter | Default type |
|---|---|
TOrig |
unknown |
Properties
target
target:
Map
Defined in: ui/events.ts:486
The object that fired the event. Set when the event is fired, and narrowed to a more
specific type (e.g. Map, Marker) by the event subclasses.