Search results

IGanttTaskInfo API in JavaScript (ES5) Gantt API control

Properties

autoTaskLeft

number

The left position of an auto-scheduled task.

autoTaskWidth

number

The width of an auto-scheduled task.

baselineLeft

number

The baseline left position of the task.

baselineWidth

number

The baseline width of the task.

isAutoSchedule

boolean

Indicates whether the task is auto-scheduleable.

isCritical

boolean

Indicates whether the task is on the critical path.

manualTaskAutoEndDate

Date

The end date of an auto-scheduled taskbar within a manually scheduled parent task.

manualTaskAutoLeft

number

The left position of an auto-scheduled taskbar within a manually scheduled parent task.

manualTaskAutoStartDate

Date

The start date of an auto-scheduled taskbar within a manually scheduled parent task.

manualTaskAutoWidth

number

The width of an auto-scheduled taskbar within a manually scheduled parent task.

manualTaskLeft

number

The left position of a manually scheduled task.

manualTaskWidth

number

The width of a manually scheduled task.

progressWidth

number

The width of the task’s progress bar.

segments

ITaskSegment[]

The segments of the task.

slack

string | number

The slack value for a critical path task.

wbsCode

string

The Work Breakdown Structure (WBS) code for the task.

wbsPredecessor

string

The WBS predecessor code for the task.