geoview-core
    Preparing search index...

    Type Alias LayerConfigErrorEvent

    Define an event for the delegate

    type LayerConfigErrorEvent = {
        error: string;
        layerPath: string;
    }
    Index

    Properties

    Properties

    error: string
    layerPath: string