TreeViewOperationDescriptors
The descriptors of the data operations which are applied to the TreeView component.
Definition
Package:@progress/kendo-react-treeview
Properties
check?
string[] | TreeViewCheckDescriptor
The hierarchical indices of the items to which the check operation will be applied, or the descriptor of the operation.
checkField?
string
The check field of the item.
childrenField?
string
The children field of the item.
cloneField?
string
When the operations are applied, the corresponding items and their parents are cloned.
For performance reasons, TreeView items are cloned only once.
The name of the field which provides a Boolean representation of whether an item is already cloned.
Defaults to cloned.
expand?
string[] | TreeViewOperationDescriptor
The hierarchical indices of the items to which the expand operation will be applied, or the descriptor of the operation.
expandField?
string
The expand field of the item.
select?
string[] | TreeViewOperationDescriptor
The hierarchical indices of the items to which the select operation will be applied, or the descriptor of the operation.
selectField?
string
The select field of the item.