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
templateId Number
-
The template ID of the shared template.
-
type
type 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.