mapTreeItem
Function
Definition
Package:@progress/kendo-react-treelist
Creates a new array with the results of calling the provided callback function
on the element which match the level in the provided data tree.
Parameters:treeany[]
The data tree.
levelnumber[]An array of indexes of each parent and current item in the data tree.
subItemsFieldstringThe field which points to the subitems collection of each data item.
callback(value: any) => anyThe callback function.