Hello! In this guide I found for task menus, I found a fatastic piece of code that looks like this:
ed.setStateValue("command:ticket.tab.close", ticketId);
I have many scripts where I want to do things like this, and have before this used soprotocol to navigate around the environment using code. But, soprotocol has it's limitations in the documentation and mainly navigating to new places and creating new enitytys is possible. So I tried looking around the documentation for more commands, and I have not found anything, not in the EventData class or the class methods for SetSateValue. So, I was wondering, where do I find the documentation for the state value commands for event data?
And as a sub-question, is there a command to force-reload the page you are on? Or specific spaces in SuperOffice? That would also be a wonderful thing, to not have to use html and the window-methods to force a reload.