New to Kendo UI for Vue? Start a free 30-day trial
handleTreeViewCheckChange
A helper function which updates the check descriptor.
Change Theme
Theme
Loading ...
Parameters
event TreeViewExpandChangeEvent
The event that triggered the change.
check string[] | TreeViewCheckDescriptor
The check descriptor that will be updated.
data? any[] | null
The TreeView items.
settings TreeViewCheckChangeSettings
The additional settings that configure the update of the check descriptor.
childrenField? string
The field that points to the dataItem sub items. Defaults to items
.
The default behavior allows the selection of multiple items.
Returns
any - The updated copy of the input check descriptor.
Parameters
event
check
string[] | TreeViewCheckDescriptor
data?
any[]
settings
childrenField?
string
Returns
any