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

    Interface FeaturePropertyChanged

    Event definition for change in feature property.

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

    Properties

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