geoview-core
    Preparing search index...

    Interface TypeVectorLegend

    interface TypeVectorLegend {
        legend: TypeVectorLayerStyles;
        styleConfig?:
            | Partial<Record<TypeStyleGeometry, TypeLayerStyleSettings>>
            | null;
        type: TypeGeoviewLayerType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    styleConfig?: Partial<Record<TypeStyleGeometry, TypeLayerStyleSettings>> | null
    type: TypeGeoviewLayerType