Select to view content in your preferred language

How the prevent the geometry updates of feature layer in Editor Widget(Allow only attribute updates) using ArcGIS API 4.27.

81
1
Jump to solution
yesterday
MirzaMuhammadAhsanAli
Occasional Contributor

Is it possible the disable the geometry updates of feature, allow only attribute update in the editor widget in JS Api 4.27.

@Sage_Wall 

0 Kudos
1 Solution

Accepted Solutions
MirzaMuhammadAhsanAli
Occasional Contributor

put this property in the layerInfos => geometryUpdatesEnabled: false , 
laterInfos is the property of the Editor , and geometryUpdatesEnabled is the property of layerInfos, Here is the documentation url: Editor widget documentation 

View solution in original post

1 Reply
MirzaMuhammadAhsanAli
Occasional Contributor

put this property in the layerInfos => geometryUpdatesEnabled: false , 
laterInfos is the property of the Editor , and geometryUpdatesEnabled is the property of layerInfos, Here is the documentation url: Editor widget documentation