I'm working on porting a Web AppBuilder custom widget over to Experience Builder as a custom widget.
The Web AppBuilder widget makes a fair bit of use of the LayerStructure class.
Is there a direct analog in the Experience Builder JIMU-ArcGIS library? My searches so far have not narrowed things down to a single replacement class I could use. It appears that the code using LayerStructure to manipulate a bunch of different layer settings will just need to be re-written as a mix of JimuMapView and Layer specific API calls.
But I figured I would ask just in case.