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

    Type Alias PreprocessLayerConfigResult

    Result returned by onPreprocessLayerConfig indicating whether a proxy was needed to reach the service.

    type PreprocessLayerConfigResult = {
        pingResult?: PingResult;
    }
    Index
    pingResult?: PingResult

    The ping result from validating the layer's data access path, if applicable.