interface TerraDrawChanges {
    created: GeoJSONStoreFeatures[];
    deletedIds: FeatureId[];
    unchanged: GeoJSONStoreFeatures[];
    updated: GeoJSONStoreFeatures[];
}

Properties

deletedIds: FeatureId[]