GanttEditorPredecessorsProps
Interface
Definition
Package:@progress/kendo-react-gantt
Properties
addPredecessorsDependency
() => void
Callback function that adds a new predecessor 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
The array of predecessor dependencies for the current task.
selectedItem
undefined | GanttDependency
The currently selected dependency item in the editor.
updateDependency
(dependency: GanttDependency, field: string, newValue: number) => void
Callback function that updates a dependency with new values.
Parameters:dependencyGanttDependencyfieldstringnewValuenumber