JimuLayerViewConstructorOptions
Interface
JimuLayerViewConstructorOptions
is used in the constructor of the JimuLayerView
, to initiate a JimuLayerView
instance.
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. | |
MapViewManager | Pass MapViewManager in to avoid circular dependency. | |
string | The layer type, see ArcGIS API for JavaScript Layer type]((https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#type)) | |
LayerView | The |
type
type: string
The layer type, see ArcGIS API for JavaScript Layer type]((https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#type))
view
view: LayerView
The view
is the ArcGIS API for JavaScript LayerView
.
jimuMapViewId: string
The jimuMapViewId is the corresponding JimuMapView instance id.