@vcmap/core
    Preparing search index...

    Type Alias VcsMapRenderEvent<V>

    type VcsMapRenderEvent<V extends VisualisationType> = {
        map: VcsMap;
        originalEvent: V extends OLLayerLike ? OLMapEvent : CesiumMapEvent;
    }

    Type Parameters

    Index

    Properties

    Properties

    map: VcsMap
    originalEvent: V extends OLLayerLike ? OLMapEvent : CesiumMapEvent