GanttTask
Interface
Represents a Gantt task.
Definition
Package:@progress/kendo-angular-gantt
Properties
completionRatio?
number
Sets the completion ratio for the task.
Use a value between 0 and 1 to show the completed part of the task.
Default:
0
end
Date
Sets the date when the Gantt task ends.
Provide a valid Date object.
id
string | number
Sets the unique identifier for the task.
start
Date
Sets the date when the Gantt task starts.
Provide a valid Date object.
title?
string
Sets the title of the task that the Gantt component displays.
Default:
""