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

Example
View Source
Change Theme:

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

undefined | "null" | any[]

operations

TreeViewOperationDescriptors

Returns

any[]