checks whether the link is circular
link | Link | the link object |
boolean | true, if the link is circular, otherwise false |
Available only in PRO Edition
var isCircular = gantt.isCircularLink(link);
This functionality is available in the PRO edition only.
The method requires the auto_scheduling plugin to be activated.
added in version 4.1
Back to top