Skip to main content

isCircularLink

info

This functionality is available in the PRO edition only.

Description

Checks whether the link is circular

isCircularLink: (link: Link) => boolean

Parameters

  • link - (required) Link - the link object

Returns

  • state - (boolean) - true, if the link is circular, otherwise false

Example

var isCircular = gantt.isCircularLink(link);

Details

note

The method requires the auto_scheduling plugin to be activated.

Change log

  • added in version 4.1