Defines when vertices are added during drawing. The following values are allowed:
hybrid
freehand
click
This property relates to the property 'mode' used in different drawings types in the ArcGIS Maps SDK for JavaScript. See https://developers.arcgis.com/javascript/latest/api-reference/esri-views-draw-PolygonDrawAction.html for example.
Defines when vertices are added during drawing. The following values are allowed:
hybrid
: Vertices are added while the pointer is clicked or dragged. Applies to polygon and polyline draw actions.freehand
: Vertices are added while the pointer is dragged. Applies to polygon, polyline and segment draw actions.click
: Vertices are added when the pointer is clicked. Applies to polygon, polyline and segment draw actions.This property relates to the property 'mode' used in different drawings types in the ArcGIS Maps SDK for JavaScript. See https://developers.arcgis.com/javascript/latest/api-reference/esri-views-draw-PolygonDrawAction.html for example.