Interface ISketchConfig

A configuration object that can be passed to SketchService.widgetSketch to add the configured Sketch widget to a view

Hierarchy

  • ISketchConfig

Properties

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

sketchProps?: SketchProperties

Properties passed to the Sketch constructor

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