Hey Walter, is there any event in GOJS which is triggered before LinkDrawn?
The requirement is while I am dragging the linking tool, and just before LinkDrawn is triggered, I need to call a custom function which does some validation and if it returns false, I don’t want the link to be drawn.
the custom function i am calling is expecting the current GOJSModel as a parameter and in that model the link is already created in the linkdataarray which causes an issue.