geoview-core
    Preparing search index...

    Type Alias LayerPathEvent

    Define an event for the delegate

    type LayerPathEvent = {
        layerName: string;
        layerPath: string;
    }
    Index

    Properties

    Properties

    layerName: string
    layerPath: string