BeforeTooltipRenderEventArgsData

23 Sep 20251 minute to read

Extending IGanttData and PredecessorTooltip interfaces for data used in BeforeTooltipRenderEventArgs interface.

Properties

childRecords IGanttData[]

Defines the child records of task.

expanded boolean

Defines the expanded state of task.

fromId string

Defines the from id of predecessor.

fromName string

Defines the from name of predecessor.

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.

linkText string

Defines the link text of predecessor.

linkType string

Defines the link type of predecessor.

offset number

Defines the offset value of predecessor.

offsetString string

Defines the offset string value of predecessor.

offsetUnit string

Defines the offset unit of predecessor.

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.

toId string

Defines the to id of predecessor.

toName string

Defines the to name of predecessor.

uniqueID string

Defines the unique id of task.