GanttTask
Represents an instance of a Gantt task.
Name | Type | Default | Description |
---|---|---|---|
completionRatio? |
|
The completion ratio of the task. A value between 0 and 1 representing the completed portion of the task.
Defaults to | |
end |
|
The date at which the Gantt task ends. | |
id |
|
The unique identifier of the task. | |
start |
|
The date at which the Gantt task starts. | |
title? |
|
The title of the task which is displayed by the Gantt component.
Defaults to |