GanttTaskModelFields

Defines the model fields that will be used for creating GanttTask instances.

NameTypeDefaultDescription

children?

string

The name of the children model field. It will provide an array representation of the item subitems. Defaults to "children".

end?

string

The name of the end date model field. Defaults to "end".

id?

string

The name of the ID model field. Defaults to "id".

isExpanded?

string

The name of the is expanded model field. It will provide a Boolean representation of the expanded state of the item. Defaults to "isExpanded".

isInEdit?

string

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 "isInEdit".

isRollup?

string

The name of the is rollup model field. Defaults to "isRollup".

isSelected?

string

Then name of selected model field. It will provide a Boolean representation of the selected state of the current item. Defaults to "isSelected".

parentId?

string

The name of the percent complete model field. Defaults to "parentId".

percentComplete?

string

The name of the percent complete model field. Defaults to "percentComplete".

start?

string

The name of the start date model field. Defaults to "start".

title?

string

The name of the title model field. Defaults to "title".