(diagramNodeSingleClicked)=“nodeClick($event)” i can able to get the data when click on node data by using the above event in the html, the similar i want a event name to handle link, when i click on the link in the diagram the appropriate method should call like for node with out using any listener. Is there any method for that?
There is no such DiagramEvent: GoJS Events -- Northwoods Software
Your component must have defined it for Nodes.
So you could define such an event for Links.