New to Kendo UI for Angular? Start a free 30-day trial
The interface for the editService
that you can set to the
editing directives of the TreeList.
|
---|
Sets new values to an item.
|
Parameters | | |
---|
target
|
any
|
The item to update.
|
source
|
any
|
The values to assign.
|
|
|
---|
Creates a new item.
|
Parameters | | |
---|
item
|
any
|
The item to create.
|
parent?
|
any
|
The parent item, if any.
|
id?
|
any
|
The unique identifier, if any.
|
|
|
---|
Removes an existing item.
|
Parameters | | |
---|
item
|
any
|
The item to remove.
|
parent?
|
any
|
The parent item, if any.
|
|
|
---|
Updates the items for an existing item.
|
Parameters | | |
---|
item
|
any
|
The item to update.
|
|