JimuFeatureLayerViewOptions
Interface
JimuFeatureLayerViewOptions
provides information about the JimuFeatureLayerView
.
Inheritance: JimuFeatureLayerViewOptionsJimuLayerViewConstructorOptions
Properties
Property | Type | Notes |
---|---|---|
string | The jimuMapViewId is the corresponding JimuMapView instance id. | |
any | The layer is the corresponding layer object in ArcGIS JavaScript API View.map. | |
string | The layerDataSourceId is the corresponding datasource id. | |
FeatureLayerView | The |
jimuMapViewId
layer
layer: any
The layer is the corresponding layer object in ArcGIS JavaScript API View.map.
layerDataSourceId
layerDataSourceId: string
The layerDataSourceId is the corresponding datasource id.
view
view: FeatureLayerView
The view
is the ArcGIS API for JavaScript FeatureLayerView
.
jimuMapViewId: string
The jimuMapViewId is the corresponding JimuMapView instance id.