Vue Common Types - events - NativeEventInfo

A type that contains fields common for all events (component, element, model) and the event field.

import { NativeEventInfo } from "devextreme/events/index"

Do not use EventInfo if you specify this type.

component

The UI component's instance.

Type: events

element

The UI component's container.

event

Specifies the executed event.