Vue Lookup - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxLookupTypes } from "devextreme-vue/lookup"
Type: DxLookupTypes.SelectionChangedEvent

addedItems

Selector: added-items
Type:

Array<any>

component

The UI component's instance.

Selector: DxComponent
Type:

Lookup

element

The UI component's container.

removedItems

Selector: removed-items
Type:

Array<any>