IFeatureSet

Interface

IFeatureSet can also be imported from the following packages:

import { IFeatureSet } from "@esri/arcgis-rest-feature-layer";

Extends

Properties

Property Type Notes
features IFeature[] | IFeature
displayFieldName Optional string
fieldAliases Optional [key: string]: string
fields Optional IField[] | IField
geometryType Optional GeometryType
globalIdFieldName Optional string
objectIdFieldName Optional string
spatialReference Optional ISpatialReference
hasM Optional Inherited boolean
hasZ Optional Inherited boolean

Interface defined in packages/arcgis-rest-types/src/feature.ts:31