GeometryEditorProps
GeometryEditorProps =
object
Defined in: src/ExpoArcgis.types.ts:1867
Properties
Section titled “Properties”active?
Section titled “active?”
optionalactive?:boolean
Defined in: src/ExpoArcgis.types.ts:1871
When true (default) editing is started with type; set false to stop.
onGeometryChange?
Section titled “onGeometryChange?”
optionalonGeometryChange?: (geometry) =>void
Defined in: src/ExpoArcgis.types.ts:1875
Called as the sketch geometry changes (null when empty / cleared).
Parameters
Section titled “Parameters”geometry
Section titled “geometry”Geometry | null
Returns
Section titled “Returns”void
optionaltool?:GeometryEditorTool
Defined in: src/ExpoArcgis.types.ts:1873
Interaction tool (default vertex). Shape tools (arrow/ellipse/…) sketch by dragging.
type:
GeometryEditorType
Defined in: src/ExpoArcgis.types.ts:1869
The kind of geometry to sketch.