Options
All
  • Public
  • Public/Protected
  • All
Menu

Drawing controls create drawing interactions and provides a standard for managing the life-cycle of drawing interactions to facilitate use in React applications.

Hierarchy

  • DrawingControl

Implemented by

Index

Methods

cancelDrawing

  • cancelDrawing(): void

getShape

isDrawing

  • isDrawing(): boolean

isInputBlocked

  • isInputBlocked(): boolean
  • Returns boolean

    true modification of the drawing geometry is currently being blocked by an active user interaction

setGeo

  • Sets the geometry to be rendered in the drawing control allowing the user to modify an existing geometry. Note: This will call startDrawing() if it hasn't already been called.

    Parameters

    Returns void

setProperties

  • setProperties(properties: object): void
  • Sets properties to geometry rendered by DrawingControl

    Parameters

    • properties: object

      hash of property values

    Returns void

startDrawing

  • startDrawing(): void

Generated using TypeDoc