returns all links presented in the Gantt chart
Array <Link> | an array of links' objects |
const links = gantt.getLinks();
For information about how to get all links connected to a specific task, see the Getting the Link Object/Id and getLink articles.
Back to top