geoview-core
    Preparing search index...

    Type Alias TypeMapContext

    Type used for the map context

    type TypeMapContext = {
        mapFeaturesConfig?: TypeMapFeaturesConfig;
        mapId: string;
    }
    Index

    Properties

    mapFeaturesConfig?: TypeMapFeaturesConfig
    mapId: string