Search results

IGanttData API in Angular Gantt API component

Specifies Gantt-chart interfaces

Properties

childRecords

IGanttData[]

Defines the child records of task.

expanded

boolean

Defines the expanded state of task.

ganttProperties

ITaskData

Defines the properties which used in internal calculations.

hasChildRecords

boolean

Defines gantt data has child records or not.

index

number

Defines the index of task.

indicators

IIndicator[]

Defines the indicators value of task.

isCritical

boolean

Defines the critical path of task.

isDelete

boolean

Defines the delete .

level

number

Defines the level of task.

parentItem

IParent

Defines the direct parent item of task.

parentUniqueID

string

Defines the parent unique id of task.

slack

string | number

Defines the slack value of critical path task.

taskData

Object

Defines the data which specified in data source.

uniqueID

string

Defines the unique id of task.