Hi. In 3.x there existed an event handler 'update-end' that would be called when the map tiles in the view had finished loading. In 4.x this does not seem to be an option, and the 'then' promise is called as soon as the view initializes but before the data has actually completed loading. Is there an alternative event to facilitate code execution only after the map layer imagery has actually loaded?