require(["esri/editing/sharedTemplates/SharedTemplate"], (SharedTemplate) => { /* code goes here */ });
import SharedTemplate from "@arcgis/core/editing/sharedTemplates/SharedTemplate.js";
esri/editing/sharedTemplates/SharedTemplate
Property Overview
Name | Type | Summary | Object |
---|---|---|---|
The type of the template. | SharedTemplate |
Property Details
-
type
type Stringreadonly
-
The type of the template.
Possible Values:"feature" |"group" |"preset"