Hi,
I need to know when my app is fully loaded.
I found the list of widget in window._widgetManager.widgets but there are also widgets not in the active page.
I check window._appState.widgetsClassStatus but it is empty on start.
So is there a mean to know :
- if all widget of the page is started ?
- the page is fully loaded ?
- which widget contains one page ?
Thanks
Guillaume