React SelectBox - FocusOutEvent

The type of the focusOut event handler's argument.

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

component

The UI component's instance.

Selector: Component
Type:

SelectBox

element

The UI component's container.

event

Specifies the executed event.

Selector: Event