geoview-core - v2.3.0
    Preparing search index...

    Type Alias MapViewerSetEvent

    The event payload for the map viewer set event.

    type MapViewerSetEvent = {
        mapViewer: MapViewer;
    }
    Index
    mapViewer: MapViewer

    The map viewer instance that was set.