React TagBox - KeyUpEvent

The type of the keyUp event handler's argument.

import { TagBoxTypes } from "devextreme-react/tag-box"
Type: TagBoxTypes.KeyUpEvent

Used in:

component

The UI component's instance.

Type:

TagBox

element

The UI component's container.

event

A native browser event with additional fields from EventObject.