Vue NumberBox - InputEvent

The type of the input event handler's argument.

import { DxNumberBoxTypes } from "devextreme-vue/number-box"
Type: DxNumberBoxTypes.InputEvent

component

The UI component's instance.

Selector: DxComponent
Type:

NumberBox

element

The UI component's container.

event

Specifies the executed event.

Selector: DxEvent

model

Model data. Available only if you use Knockout.

Type: any