Hello everyone, i have a question concerning the usage of dispatched state props in data actions.
Can i dispatch a state prop to a widget by its widgetId and read that value in the concerned widget itself without opening the widget ? (when in a widget controller)
This dispatched state prop is used to conditionnally show a FloatingPanel on the map, but this FloatingPanel is placed inside a widget, so what happens is whenever i activate the data action and the widget is still closed nothing happens.