isCircularLink

checks whether the link is circular

boolean isCircularLink(Link link);
linkLinkthe link object
booleantrue, if the link is circular, otherwise false

Available only in PRO Edition

Example

var isCircular = gantt.isCircularLink(link);

Related samples

Details

This functionality is available in the PRO edition only.

The method requires the auto_scheduling plugin to be activated.

See also
Change log

added in version 4.1

Back to top