SPFX Detect When Page is Done Rendering

Copper Contributor

I am working on an Application Customizer (this may later become a browser extension) to handle some custom language translations. I'm trying to get code to execute in between the time that the page is fully rendered and when the Chrome auto translation happens, but right now it seems to be hit or miss. 

 

Is there an event I can attach to that will notify me when all of the web parts and components on a SPFX page have been rendered? JQuery document ready and DOMContentLoaded don't seem to be doing the trick.

0 Replies