New to Kendo UI for Vue? Start a free 30-day trial

handleTreeViewCheckChange

A helper function which updates the check descriptor.

Example
View Source
Change Theme:

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

TreeViewCheckChangeEvent

check

string[] | TreeViewCheckDescriptor

data?

"null" | any[]

settings

TreeViewCheckChangeSettings

childrenField?

string

Returns

any