Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SketchProperties

Hierarchy

Index

Properties

Optional availableCreateTools

availableCreateTools: string[]

Property controlling the visibility and order of create tool buttons.

Read more...

Optional container

container: string | HTMLElement

The ID or node representing the DOM element containing the widget.

Read more...

Optional creationMode

creationMode: "update" | "single" | "continuous"

Defines the default behavior once the create operation is completed.

Read more...

Optional defaultCreateOptions

defaultCreateOptions: SketchDefaultCreateOptions

Default create options set for the Sketch widget.

Read more...

Optional defaultUpdateOptions

defaultUpdateOptions: SketchDefaultUpdateOptions

Default update options set for the Sketch widget.

Read more...

Optional iconClass

iconClass: string

The Sketch widget's default CSS icon class.

Read more...

Optional id

id: string

The unique ID assigned to the widget when the widget is created.

Read more...

Optional label

label: string

The widget's label.

Read more...

Optional layer

The GraphicsLayer associated with the Sketch widget.

Read more...

Optional layout

layout: "horizontal" | "vertical"

Determines the layout/orientation of the Sketch widget.

Read more...

Optional snappingOptions

snappingOptions: SnappingOptionsProperties

The SnappingOptions for sketching.

Read more...

Optional view

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

A reference to the MapView or SceneView.

Read more...

Optional viewModel

The view model for the Sketch widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Optional visibleElements

visibleElements: SketchVisibleElements

The visible elements that are displayed within the widget.

Read more...

Generated using TypeDoc