GanttEditorSuccessorsProps
Interface
Definition
Package:@progress/kendo-react-gantt
Properties
addSuccessorsDependency
() => void
Callback function that adds a new successor dependency.
deleteDependency
() => void
Callback function that removes the selected dependency.
dependencyTypes
{ type: DependencyType; name: string }[]
The available dependency types with their display names.
flatTasks
any[]
The flattened array of all tasks in the Gantt.
onSelectRow
(event: GridRowClickEvent) => void
Callback function that handles row selection in the dependencies grid.
Parameters:eventGridRowClickEvent
selectedItem
undefined | GanttDependency
The currently selected dependency item in the editor.
The array of successor dependencies for the current task.
updateDependency
(dependency: GanttDependency, field: string, newValue: number) => void
Callback function that updates a dependency with new values.
Parameters:dependencyGanttDependencyfieldstringnewValuenumber