Interface JMapLayerSelectionChanges

interface JMapLayerSelectionChanges {
    addedFeatures: Feature<Geometry, GeoJsonProperties>[];
    hasChanged: boolean;
    removedFeatures: Feature<Geometry, GeoJsonProperties>[];
}

Properties

addedFeatures: Feature<Geometry, GeoJsonProperties>[]
hasChanged: boolean
removedFeatures: Feature<Geometry, GeoJsonProperties>[]