Skip to content
Types
import type { FeatureSetInfo, LayerInfo } from "@arcgis/core/networks/support/utils.js";

Type definitions

FeatureSetInfo

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.0

FeatureSetInfo represents the information for the results in the featureset.

layer

Property
Type
FeatureLayer | SubtypeGroupLayer
Since
ArcGIS Maps SDK for JavaScript 5.0

The FeatureLayer of the dataset.

featureSet

Property
Type
FeatureSet
Since
ArcGIS Maps SDK for JavaScript 5.0

The FeatureSet.

LayerInfo

Type definition
Since
ArcGIS Maps SDK for JavaScript 4.31

Contains layerUrl, objectIds, and outFields.

layerUrl

Property
Type
string
Since
ArcGIS Maps SDK for JavaScript 5.0

The layerUrl of the feature layer.

objectIds

Property
Type
number[]
Since
ArcGIS Maps SDK for JavaScript 5.0

The objectIds of the elements.

outFields

Property
Type
string[] | undefined
Since
ArcGIS Maps SDK for JavaScript 5.0

The outFields of a layer.