React NumberBox - FocusInEvent

The type of the focusIn event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.FocusInEvent

component

The UI component's instance.

Selector: Component
Type:

NumberBox

element

The UI component's container.

event

Specifies the executed event.

Selector: Event

model

Model data. Available only if you use Knockout.

Type: any