When creating new graphics (for example after create() has been called), this property reflects the create tool being used.
The graphic that is being created.
Default create options set for the SketchViewModel.
Default update options set for the SketchViewModel.
The GraphicsLayer associated with the SketchViewModel.
A SimpleMarkerSymbol or PointSymbol3D used for representing the point geometry that is being drawn.
A SimpleFillSymbol or PolygonSymbol3D used for representing the polygon geometry that is being drawn.
A SimpleLineSymbol or LineSymbol3D used for representing the polyline geometry that is being drawn.
Options for snapping while sketching.
The sketch view model's state.
An array of graphics that are being updated by the SketchViewModel.
Indicates if a graphic can be selected to be updated.
The view in which geometries will be sketched by the user.
Create a graphic with the geometry specified in the tool
parameter.
Deletes the selected graphics used in the update workflow.
Destroys the view model instance.
Emits an event on the instance.
Indicates whether there is an event listener on the instance that matches the provided event name.
Registers an event handler on the instance.
Incrementally redo actions recorded in the stack.
Incrementally undo actions recorded in the stack.
Initializes an update operation for the specified graphic(s) and fires update event.
Generated using TypeDoc
The SimpleFillSymbol displayed when actively creating a new
polygon
graphic using thepolygon
tool.Read more...