MultiSelectTreeChangeEvent
Interface
Represents the object of the onChange MultiSelectTree event.
Definition
Package:@progress/kendo-vue-dropdowns
Properties
event
any
A native event.
items
any[]
The items related to current operation.
Describes the current operation:
clear- clear button is clicked and value is cleared. Null value is returned.delete- tag is deleted using keyboard or mouse. The items contained in current tag are returned.toggle- item in TreeView is toggled. Single item is returned.
target
any
An event target.
value
any[]
The new value.