getLinks

returns all links presented in the Gantt chart

Array <Link> getLinks();
Array <Link>an array of links' objects

Example

const links = gantt.getLinks();

Details

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