Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

Linkvalidation calling multiple times

$
0
0

@colby wrote:

linkvalidation calling multiple times.
How to restrict it to actual one?
myDiagram.toolManager.linkingTool.linkValidation = linkvalidation;

function linkvalidation(fromnode, fromport, tonode, toport) {
    console.log(fromnode);
}

How to restrict to actual one only?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles