Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SketchViewModelProperties

Hierarchy

  • SketchViewModelProperties

Index

Properties

Optional activeFillSymbol

activeFillSymbol: SimpleFillSymbolProperties

The SimpleFillSymbol displayed when actively creating a new polygon graphic using the polygon tool.

Read more...

Optional defaultCreateOptions

Default create options set for the SketchViewModel.

Read more...

Optional defaultUpdateOptions

Default update options set for the SketchViewModel.

Read more...

Optional layer

The GraphicsLayer associated with the SketchViewModel.

Read more...

Optional pointSymbol

pointSymbol: (SimpleMarkerSymbolProperties & { type: "simple-marker" }) | (PointSymbol3DProperties & { type: "point-3d" })

A SimpleMarkerSymbol or PointSymbol3D used for representing the point geometry that is being drawn.

Read more...

Optional polygonSymbol

polygonSymbol: (SimpleFillSymbolProperties & { type: "simple-fill" }) | (PolygonSymbol3DProperties & { type: "polygon-3d" })

A SimpleFillSymbol or PolygonSymbol3D used for representing the polygon geometry that is being drawn.

Read more...

Optional polylineSymbol

polylineSymbol: (SimpleLineSymbolProperties & { type: "simple-line" }) | (LineSymbol3DProperties & { type: "line-3d" })

A SimpleLineSymbol or LineSymbol3D used for representing the polyline geometry that is being drawn.

Read more...

Optional snappingOptions

snappingOptions: SnappingOptionsProperties

Options for snapping while sketching.

Read more...

Optional updateOnGraphicClick

updateOnGraphicClick: boolean

Indicates if a graphic can be selected to be updated.

Read more...

Optional view

view: (MapViewProperties & { type: "2d" }) | (SceneViewProperties & { type: "3d" })

The view in which geometries will be sketched by the user.

Read more...

Generated using TypeDoc