ESM:
import SharedTemplate from "@arcgis/core/editing/sharedTemplates/SharedTemplate.js";
CDN:
const SharedTemplate = await $arcgis.import("@arcgis/core/editing/sharedTemplates/SharedTemplate.js");
Object:
@arcgis/core/editing/sharedTemplates/SharedTemplate
Since: ArcGIS Maps SDK for JavaScript 4.32
Property Overview
| Name | Type | Summary | Object |
|---|---|---|---|
The type of the template. | SharedTemplate |
Property Details
-
type
Propertytype Stringreadonly -
The type of the template.
Possible Values:"feature" |"group" |"preset"