import DrawCompleteEvent from "@arcgis/core/views/draw/DrawCompleteEvent.js";const DrawCompleteEvent = await $arcgis.import("@arcgis/core/views/draw/DrawCompleteEvent.js");- Since
- ArcGIS Maps SDK for JavaScript 5.0
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| vertices | number[][] | Two-dimensional array of numbers representing the coordinates of each vertex that make the geometry. | |
Properties
Methods
| Method | Signature | Class |
|---|---|---|
preventDefault(): void | |
preventDefault
Method
- Signature
-
preventDefault (): void
Prevents event propagation bubbling up the event chain.
- Returns
- void