Hi Walter,
I need to call a method after two nodes are connected with link, this is possible with fromPortChanged or toPortChanged event in the linkTemplate. But this event got called even on diagram rendering with some model. I need something similar to this but it should trigger the event only during manually connecting two nodes not during diagram rendering. Is it possible if so please direct me. Thanks in advance.
The “LinkDrawn” DiagramEvent. And the “LinkRelinked” DiagramEvent, if your app supports that.
1 Like