Hello, everyone,
I'm still pretty new to the topic Node-RED and especially custom nodes. At the moment I have a specific question, which I haven't found an answer to in the documentation yet and I'm asking for help:
Can I programmatically determine at runtime which other nodes are connected to my node via the input(s) and output(s)?
Something like output1.getConnectedNodes()
or so?
Martin