geoview-core
    Preparing search index...

    Type Alias LegendQueriedEvent

    Define an event for the delegate

    type LegendQueriedEvent = {
        layerPath: string;
        legend: TypeLegend;
    }
    Index

    Properties

    Properties

    layerPath: string
    legend: TypeLegend