Types
import type { AnalysisUnion, AnalysisType, FeatureReferenceLayer, FeatureReference } from "@arcgis/core/analysis/types.js";Type definitions
AnalysisUnion
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Union of all possible analysis types that can be added to a View.
FeatureReference
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
A reference to a feature in a layer. The interface of a feature reference is compatible with a Graphic, but contains only the minimal set of information required to reference a feature.
layer
Property
- Type
- FeatureReferenceLayer | null | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Reference to a layer.