Interface IEditorConfig

A configuration object that can be passed to editorService.widgetEditor to add the configured editor widget to a view

Hierarchy

  • IEditorConfig

Properties

editorProps?: EditorProperties

Properties passed to the editor constructor

expand?: boolean

If true, the widget is placed in an Esri Expand widget

expandProps?: ExpandProperties

Applies if expand === true. Properties passed to the Expand constructor

position: VmcWidgetPosition | UIAddPosition

The widgets initial position

vhbMapLayerListMode?: "show" | "hide" | "hide-children"

The listMode behavior of the GraphicsLayer used by the widget

view: MapView | SceneView

The map or scene view

Generated using TypeDoc