MultiSelectTreeTagProps
Interface
The props of component that will be used for rendering each of the MultiSelectTree tags
Definition
Package:@progress/kendo-react-dropdowns
Properties
The currently focused tag data, if any.
guid
string
The unique identifier for the tag.
onTagDelete
(items: any[], event: MouseEvent<HTMLSpanElement, MouseEvent>) => void
The callback function that is triggered when a tag is deleted.
Parameters:itemsany[]eventMouseEvent<HTMLSpanElement, MouseEvent>