Vue SelectBox - KeyDownEvent

The type of the keyDown event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.KeyDownEvent

component

The UI component's instance.

Selector: DxComponent
Type:

SelectBox

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: DxEvent