@colby wrote:
How to select a link Programmatically?
For Node we are using
var node = myDiagram.findNodeForKey(key);
myDiagram.select(node);What will be the syntax for Links?
Posts: 1
Participants: 1
@colby wrote:
How to select a link Programmatically?
For Node we are using
var node = myDiagram.findNodeForKey(key);
myDiagram.select(node);What will be the syntax for Links?
Posts: 1
Participants: 1