Map and scene view
The view concept is the same as the ArcGIS API for JavaScript, however in ArcGIS Experience Builder, the view is wrapped as Jimu
to ensure a consistent extensibility model when creating widgets, message/actions, etc.
To create a Jimu
object, a widget can use the Jimu
method. A Jimu
object has these main properties:
view
: the map/scene view object.datasource
: the data source (webmap/webscene) that creates the viewI d map
: the widget that creates the objectWidget I d jimu
: the layer view object wrapperLayer Views
The widget that needs to use the map/scene view can use the Map
component in the setting page to select a map/scene view. This will also use Jimu
to access the Jimu
object.