getLinkCount

returns the number of all dependency links presented in the Gantt chart

number getLinkCount();
numberthe number of dependency links

Example

const count = gantt.getLinkCount();

Change log

added in version 4.0

Back to top