Search results

ITaskData API in JavaScript Gantt API control

Properties

autoDuration

number

Defines the auto scheduled task’s duration

autoEndDate

Date

Defines the auto scheduled task’s end date.

autoLeft

number

Defines the auto scheduled task’s left.

autoStartDate

Date

Defines the auto scheduled task’s start date.

autoWidth

number

Defines the auto scheduled task’s width.

baselineEndDate

Date

Defines the baseline enddate of task.

baselineLeft

number

Defines the baselineleft of task.

baselineStartDate

Date

Defines the baseline startdate of task.

baselineWidth

number

Defines the baseline width of task.

cssClass

string

Defines the css class of task.

duration

number

Defines the duration of task.

durationUnit

string

Defines the duration unit of task.

eOverlapIndex

number

Defines overlap index.

eOverlapped

boolean

Defines whether overlapped with other taskbar or not.

endDate

Date

Defines the end date of task.

indicators

IIndicator[]

Defines the indicators of task.

isAutoSchedule

boolean

Defines the task is auto schedule-able or not.

isCritical

boolean

Defines the critical path of task.

isMilestone

boolean

Defines the task is milestone or not.

left

number

Defines the left of task.

notes

string

Defines the notes of task.

parentId

string

Defines the parent id of task.

predecessor

IPredecessor[]

Defines the predecessor of task.

predecessorsName

string | number | any[]

Defines the predecessors name of task.

progress

number

Defines the progress of task.

progressWidth

number

Defines the progress width of task.

resourceInfo

Object[]

Defines the resource info of task.

resourceNames

string

Defines the resource names of task.

rowUniqueID

string

It have taskId for ProjectView and uniqueID for resourceView

segments

ITaskSegment[]

Defines task segments.

sharedTaskUniqueIds

string[]

Defines shared task unique ids.

slack

string | number

Defines the slack value of critical path task.

startDate

Date

Defines the start date of task.

taskId

string

Defines the id of task.

taskName

string

Defines the name of task.

taskType

TaskType

Defines task type

totalDuration

number

Defines the total duration of task.

totalProgress

number

Defines the total progress of task.

uniqueID

string

Defines the unique id of task.

width

number

Defines the width of task.

work

number

Defines the work of the task.

workTimelineRanges

IWorkTimelineRanges[]

Defines work timeline ranges.

workUnit

string

Defines the work unit of task.