EditService
Interface
The interface for the editService that you can set to the
editing directives of the TreeList.
Definition
Package:@progress/kendo-angular-treelist
Methods
Sets new values to an item.
Parameters:targetany
The item to update.
sourceanyThe values to assign.
Creates a new item.
Parameters:itemany
The item to create.
parent?anyThe parent item, if any.
id?anyThe unique identifier, if any.
Removes an existing item.
Parameters:itemany
The item to remove.
parent?anyThe parent item, if any.
Updates the items for an existing item.
Parameters:itemany
The item to update.