Is there an event raised when all graphics have rendered? JS API 4.x

1490
1
01-25-2017 08:31 PM
JasonBaddley
New Contributor

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

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

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.