New to KendoReact? Start a free 30-day trial
GanttEditorSuccessorsProps
GanttEditorSuccessorsPropsPremium
Name | Type | Default | Description |
---|---|---|---|
addSuccessorsDependency |
|
Callback function that adds a new successor 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. | |
selectedItem |
|
The currently selected dependency item in the editor. | |
successors |
|
The array of successor dependencies for the current task. | |
updateDependency |
|
Callback function that updates a dependency with new values. |