ESM:
import SharedTemplateMetadata from "@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js";
CDN:
const SharedTemplateMetadata = await $arcgis.import("@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js");
Object:
@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata
Since: ArcGIS Maps SDK for JavaScript 4.32
Property Overview
| Name | Type | Summary | Object |
|---|---|---|---|
The template ID of the shared template. | SharedTemplateMetadata | ||
The type of the shared template. | SharedTemplateMetadata |
Property Details
-
templateId
PropertytemplateId Number -
The template ID of the shared template.
-
type
Propertytype String -
The type of the shared template.
Possible Values:"feature" |"group" |"preset"
Type Definitions
-
- Property
-
url String
The URL of the feature service from which the shared template was obtained.