How can I help you?
IGanttTaskInfo
16 Mar 20261 minute to read
Properties
autoTaskLeft number
Specifies the left position of an auto-scheduled task.
autoTaskWidth number
Specifies the width of an auto-scheduled task.
baselineLeft number
Specifies the baseline left position of the task.
baselineWidth number
Specifies the baseline width of the task.
isAutoSchedule boolean
Specifies whether the task is auto-schedulable.
isCritical boolean
Specifies whether the task is on the critical path.
manualTaskAutoEndDate Date
Specifies the end date of an auto-scheduled taskbar within a manually scheduled parent task.
manualTaskAutoLeft number
Specifies the left position of an auto-scheduled taskbar within a manually scheduled parent task.
manualTaskAutoStartDate Date
Specifies the start date of an auto-scheduled taskbar within a manually scheduled parent task.
manualTaskAutoWidth number
Specifies the width of an auto-scheduled taskbar within a manually scheduled parent task.
manualTaskLeft number
Specifies the left position of a manually scheduled task.
manualTaskWidth number
Specifies the width of a manually scheduled task.
progressWidth number
Specifies the width of the task’s progress bar.
segments ITaskSegment[]
Specifies the segments of the task.
slack string|number
Specifies the slack value for a critical path task.
wbsCode string
Specifies the Work Breakdown Structure (WBS) code for the task.
The WBS code represents the hierarchical position of the task in the project structure.
Automatically generated if enableWBS is true and no custom value is provided.
wbsPredecessor string
Specifies the WBS predecessor code for the task, which identifies the preceding task in the Work Breakdown Structure. This helps define task dependencies and maintain proper sequencing in project planning.