GanttTaskModelFields
Defines the model fields for creating GanttTask instances.
You can set all task fields to use nested property values, for example,
category.id.
Definition
Package:@progress/kendo-angular-gantt
Properties
children?
string
Specifies the name of the children model field. Use this property to map child tasks from your data model.
"children"
completionRatio?
string
Specifies the name of the percent complete model field. Use this property to map the completion ratio from your data model.
"completionRatio"
end?
string
Specifies the name of the end date model field. Use this property to map the end date from your data model.
"end"
id?
string
Specifies the name of the ID model field.
Use this property to map the unique identifier from your data model.
"id"
start?
string
Specifies the name of the start date model field. Use this property to map the start date from your data model.
"start"
title?
string
Specifies the name of the title model field. This property is used as text in the task content area.
"title"