auto_scheduling_descendant_links
info
This functionality is available in the PRO edition only.
warning
The property has been deprecated in v9.1, use the descendant_links property of gantt.config.auto_scheduling instead.
Description
Allows or forbids creating links from parent tasks (projects) to their children
auto_scheduling_descendant_links: boolean
Example
gantt.config.auto_scheduling_descendant_links = true;
gantt.init("gantt_here");
Default value: false
Related samples
Details
note
This config is defined in the auto_scheduling extension, so you need to activate the auto_scheduling plugin. Read the details in the Auto Scheduling article.
By default, links from parent tasks (projects) to their children can't be created.
Related API
- auto_scheduling
- auto_scheduling_initial
- auto_scheduling_move_projects
- auto_scheduling_project_constraint
- auto_scheduling_strict
- auto_scheduling_use_progress
- findCycles
- isCircularLink
- onAfterAutoSchedule
- onAfterTaskAutoSchedule
- onBeforeAutoSchedule
- onBeforeTaskAutoSchedule
- onCircularLinkError
- onAutoScheduleCircularLink
Related Guides
Change log
- the property has been deprecated in v9.1
- added in version 4.0