EditEventDependencies
Interface
Provides the EditEventDependencies object associated with the edited task.
You can access the created, updated, and deleted items through the respective properties.
Definition
Package:@progress/kendo-angular-gantt
Properties
createdItems
any[]
Lists the newly created dependencies.
deletedItems
any[]
Lists the deleted dependencies.
updatedItems
any[]
Lists the updated dependencies.