processTreeViewItems
Function
Definition
Package:@progress/kendo-vue-treeview
A helper function which applies the specified operation descriptors to the data. Expanding and collapsing items Selecting and deselecting items Checking and unchecking items
Parameters
data any[] | null | undefined
The data that will be processed.
operations TreeViewOperationDescriptors
The operation descriptors that will be applied to the data.
Returns
any[] - The processed copy of the input data.