Hi,
Is it possible to share certain state between custom made tools? Mainly we created multiple tools that all need to authorize before being usable. It would be great if there is a way to log in on one tool, the other tools would recognize this change and be able to read the credentials. Passing through the credentials is not a solution because some of the tools need to work independent of each other.
In the documentation there is a mode called "Update Only" which recognizes a change on the canvas. Would it be possible to also read the changed configuration in this mode?
We use the new Platform SDK (React & AYX Python).