Hello everyone!
I'm trying to programmatically open widget that is in "Widget Controller".
I have tried
WidgetManager.getInstance().openWidget(widgetId)
and
const action = appActions.openWidget(widgetId);
getAppStore().dispatch(action);
Both attempts opened the widget, but only when the widget had been previously opened.
Is there a way how to open widget that was not yet opened?
I'm using ArcGIS Experience Builder Developer Edition version 1.5.
Thanks, Matěj.