Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EditorViewModelProperties

Hierarchy

  • EditorViewModelProperties

Index

Properties

Optional allowedWorkflows

allowedWorkflows: string[]

An array of string values which specifies what end users are allowed to edit.

Read more...

Optional featureFormViewModel

featureFormViewModel: FeatureFormViewModelProperties

The FeatureFormViewModel for supporting the editor widget.

Read more...

Optional featureTemplatesViewModel

featureTemplatesViewModel: FeatureTemplatesViewModelProperties

The FeatureTemplatesViewModel for supporting the editor widget.

Read more...

Optional layerInfos

layerInfos: LayerInfo[]

An array of editing configurations for individual layers.

Read more...

Optional sketchViewModel

sketchViewModel: SketchViewModelProperties

The SketchViewModel for supporting the editor widget.

Read more...

Optional snappingOptions

snappingOptions: SnappingOptionsProperties

The SnappingOptions for editing.

Read more...

Optional view

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

A reference to the MapView or SceneView.

Read more...

Generated using TypeDoc