I am trying to use the monday js sdk to check if the widget view is in fullscreen mode or if the settings bar is open.
This is the code that I am using right now
monday.get("context").then(console.log)
It seems like “viewMode” is always “widget” and “editMode” is always “false”
Is there a way to detect the state of the dashboard widget?
I found that opening the “fullscreen settings mode” by clicking the full screen button does make the “viewMode” change to “fullscreen”, however the settings button does not give this behavior.