Interface
IFeatureSet can also be imported from the following packages:
import { IFeatureSet } from "@esri/arcgis-rest-feature-service";Inheritance: IFeatureSetIHasZM
Properties
| Property | Type | 
|---|---|
displayFieldName | string | 
features | IFeature[] | 
fieldAliases | { [key: string]: string } | 
fields | IField[] | 
geometryType | GeometryType | 
globalIdFieldName | string | 
hasMinherited  | boolean | 
hasZinherited  | boolean | 
objectIdFieldName | string | 
spatialReference | ISpatialReference | 
features
Interface Propertyfeatures: IFeature[]fieldAliases
optional
Interface PropertyfieldAliases: { [key: string]: string }Type declaration
- [key: string]: string
 
fields
optional
Interface Propertyfields: IField[]geometryType
optional
Interface PropertygeometryType: GeometryTypehasM
optionalinherited
Interface PropertyhasM: booleanInherited from IHasZM.hasM
hasZ
optionalinherited
Interface PropertyhasZ: booleanInherited from IHasZM.hasZ
spatialReference
optional
Interface PropertyspatialReference: ISpatialReference