arcgis-rest-js
arcgis-rest-js copied to clipboard
Refactor IDeleteFeaturesOptions
Describe the problem
The IDeleteFeaturesOptions type does not properly cover all ways of using the deleteFeatures REST endpoint.
Describe the proposed solution
Add to the type functionality like:
- you can delete via a
whereorobjectIdsorgeometry(or others too perhaps?) - If you pass a
geometryyou also need to pass a geometrygeometryType - etc
See discussion in #925