GanttTaskModelFields
Defines the model fields for creating GanttTask
instances.
You can set all task fields to use nested property values, for example,
category.id
.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
|
Specifies the name of the children model field. Use this property to map child tasks from your data model. |
completionRatio? |
|
|
Specifies the name of the percent complete model field. Use this property to map the completion ratio from your data model. |
end? |
|
|
Specifies the name of the end date model field. Use this property to map the end date from your data model. |
id? |
|
|
Specifies the name of the |
start? |
|
|
Specifies the name of the start date model field. Use this property to map the start date from your data model. |
title? |
|
|
Specifies the name of the title model field. This property is used as text in the task content area. |