React SelectBox - CutEvent

The type of the cut event handler's argument.

import { SelectBoxTypes } from "devextreme-react/select-box"
Type: SelectBoxTypes.CutEvent

component

The UI component's instance.

Selector: Component
Type:

SelectBox

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event