Angular TagBox - FocusInEvent

The type of the focusIn event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.FocusInEvent

component

The UI component's instance.

Selector: dxo-component
Type:

TagBox

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: dxo-event