New to KendoReact? Start a free 30-day trial
GanttEditorPredecessorsProps
GanttEditorPredecessorsPropsPremium
Name | Type | Default | Description |
---|---|---|---|
addPredecessorsDependency |
|
Callback function that adds a new predecessor dependency. | |
deleteDependency |
|
Callback function that removes the selected dependency. | |
dependencyTypes |
|
The available dependency types with their display names. | |
flatTasks |
|
The flattened array of all tasks in the Gantt. | |
onSelectRow |
|
Callback function that handles row selection in the dependencies grid. | |
predecessors |
|
The array of predecessor dependencies for the current task. | |
selectedItem |
|
The currently selected dependency item in the editor. | |
updateDependency |
|
Callback function that updates a dependency with new values. |