Hello All,
Is there any way to activate a specific view within a Section widget either through the Section widget's properties or via the View Navigation widget?
I don't see the Section widget, any of the View widgets, nor the View Navigation widget listed in the state, e.g.
const appWidgets = getAppStore().getState().appConfig.widgets
widgetsArray = Object.values(appWidgets)
widgetsArray.forEach(w => {
console.log(w.id, w.uri)
})