Replies: 1 comment 1 reply
-
Sorry, not currently, it is GUI specific functionality. All current APIs interface with the Something to consider for the future though. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I have a script that is connecting nodes, moving them around, and so on, and I want to draw attention to what is happening at any given point.
I note that the GUI has an "annotations" panel that will allow me to manually draw a circle, and put a label in it -- which is exactly the sort of thing I want to add. But that panel only appears when the emulation is stopped. And in addition, I really want to control it programmatically. I've looked at the
coresendmsg
script/libraries and documentation and I don't see a way to send it something saying to add or remove such an annotation?Is it possible without changing the server?
Beta Was this translation helpful? Give feedback.
All reactions