getLinks
Description
Returns all links presented in the Gantt chart
getLinks: () => Array<Link>
Returns
links- (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.
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.