TreeViewProps
Represents the props of the Kendo UI for Vue TreeView component.
| Name | Type | Default | Description | 
|---|---|---|---|
| animate? | 
 | Controls the animation. By default, the expand and collapse animations are enabled. | |
| ariaLabel? | 
 | Defines a string value that labels the TreeView (more on accessibility by the TreeView). | |
| ariaLabelledby? | 
 | Identifies the element or elements which will label the TreeView (more on accessibility by the TreeView). | |
| ariaMultiSelectable? | 
 | Indicates that the user can select more than one TreeView items. If the TreeView is in a multiple selection mode, set the  | |
| checkboxes? | 
 | Controls the rendering of checkboxes. By default, the checkboxes are not rendered (see example). | |
| checkField? | 
 | Specifies the name of the field which will provide a Boolean representation for the checked state of the item. Defaults to  | |
| checkIndeterminateField? | 
 | Specifies the name of the field which will provide a Boolean representation for the check indeterminate state of the item. Defaults to  | |
| childrenField? | 
 | Specifies the name of the field which will provide an array representation of the item children. | |
| dataItems? | 
 | Sets the data of the TreeView (more information and examples). | |
| disableField? | 
 | Specifies the name of the field which will provide a Boolean representation for the disabled state of the item. Defaults to  | |
| draggable? | 
 | Controls the dispatching of the  | |
| expandField? | 
 | Specifies the name of the field which will provide a Boolean representation for the expanded state of the item. Defaults to  | |
| expandIcons? | 
 | Controls the rendering of the expand (collapse) icons. By default, the icons are not rendered (see example). | |
| focusIdField? | 
 | The TreeView has a built-in implementation of focusing and keyboard navigation. By default, the component uses hierarchical indices to uniquely match the focused item. You can use the  | |
| getFocusHierarchicalIndex? | 
 | When  | |
| hasChildrenField? | 
 | Specifies the name of the field which indicates to the TreeView that an item has children even if the children are not initially passed. Used for implementing the load-on-demand feature (see example). Defaults to  | |
| id? | 
 | Controls the unique id of the TreeView component. | |
| item? | 
 | Defines the component that will be used for rendering each of the TreeView items (see example). | |
| onCheckChange? | 
 | Fires when a checkbox is clicked or when  | |
| onExpandChange? | 
 | Fires when the expanding or collapsing of an item is requested (see example). | |
| onItemClick? | 
 | Fires when an item is clicked or when  | |
| onItemDragEnd? | 
 | Fires when a dragged item is dropped (see example). | |
| onItemDragOver? | 
 | Fires when a dragged item changes its position (see example). | |
| onItemDragStart? | 
 | Fires when the dragging of an item has started. | |
| selectField? | 
 | Specifies the name of the field which will provide a Boolean representation for the selected state of the item. Defaults to  | |
| size? | 
 | 
 | Configures the  The available options are: 
 | 
| tabIndex? | 
 | Sets a tabIndex of the TreeView DOM element. | |
| textField? | 
 | Specifies the name of the field which will provide a text representation for the item. Defaults to  |