@geoblocks/ol-comfy
    Preparing search index...

    Interface FeaturePropertyChanged

    Event definition for property change in a feature of a layer in the layerGroup.

    interface FeaturePropertyChanged {
        features: Feature<Geometry>[];
        olcLayerUid: string;
        propertyKey: string;
    }
    Index

    Properties

    features: Feature<Geometry>[]
    olcLayerUid: string
    propertyKey: string