DayPilot Menu object used for link menu.
DayPilot.Gantt.contextMenuLink (DayPilot.Menu class)
null
gantt.contextMenuLink = new DayPilot.Menu({items: [ {text:"Show link ID", onclick: function() { alert("Link ID: " + this.source.data.id);} }, {text:"Delete link", onclick: function() { gantt.links.remove(this.source);} } ]});