New to Kendo UI for Vue? Start a free 30-day trial
processTreeViewItems
A helper function which applies the specified operation descriptors to the data. Expanding and collapsing items Selecting and deselecting items Checking and unchecking items
Change Theme
Theme
Loading ...
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.
Parameters
data
any[]
operations
Returns
any[]