Gantt APIEventsonLinkClickOn this pageonLinkClick Description Fires when the user clicks on a link onLinkClick: (id: string | number, e?: Event) => void;Parameters id - (required) string | number - the id of the clicked link Examplegantt.attachEvent("onLinkClick", function(id,e){ //any custom logic here});Related API onLinkDblClick