We want to disable some functionality until the map and all graphics have rendered. Is there an event that we can listen for to see when this has occurred? Or another way?
JS API 4.x
Jason,
There is NO layer update-end like in the old API (currently), but there is
LayerView | API Reference | ArcGIS API for JavaScript 4.2 | updating
property that you can watch. This the closest thing I see to what you are looking for. Sorry I do not have an example of this.