TaggingEventArgs
Interface representing the event arguments for the tagging
event on the multiselect control.
Properties
cancel Boolean
Gets or sets a value indicating whether the current action should be prevented or not.
event KeyboardEvent MouseEvent TouchEvent
Gets the original triggered event arguments.
isInteracted Boolean
Gets a value indicating whether the event was triggered by user interaction or from another event.
itemData {:}
Gets the data object for the item that is being tagged.
name String
Gets the name of the event.
setClass Function
Sets the custom class to the chip element.
Parameter | Type | Description |
---|---|---|
classes | String | Specifies the css classes to be added to the chip element. |