GanttTaskModelFields
Defines the model fields that will be used for creating GanttTask
instances.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
The name of the children model field. It will provide an array representation of the item subitems.
Defaults to | |
end? |
|
The name of the end date model field.
Defaults to | |
id? |
|
The name of the | |
isExpanded? |
|
The name of the is expanded model field. It will provide a Boolean representation of the expanded state of the item.
Defaults to | |
isInEdit? |
|
The name of the is in edit model field. It will provide a Boolean representation of the edit state of the current item.
Defaults to | |
isRollup? |
|
The name of the is rollup model field.
Defaults to | |
isSelected? |
|
Then name of selected model field. It will provide a Boolean representation of the selected state of the current item.
Defaults to | |
parentId? |
|
The name of the percent complete model field.
Defaults to | |
percentComplete? |
|
The name of the percent complete model field.
Defaults to | |
start? |
|
The name of the start date model field.
Defaults to | |
title? |
|
The name of the title model field.
Defaults to |