Is there anyway to know if the view is ready/finished rendering? Since oraclejet uses Knockout for data-binding, is this on Knockout'part?
My usecase would be:
- Load the website. Router point to "A" view and that view uses "A.js" via "ojModule" namepsace as model
- I would like to run some codes after "A" view has been fully rendered.