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

    Interface FeaturePropertyChanged

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

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

    Properties

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