Vue Tabs - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { SelectionChangedEvent } from "devextreme/ui/tabs"
Type:

Object

addedItems

Selector: added-items
Type:

Array<any>

component

The UI component's instance.

Selector: DxComponent
Type:

Tabs

element

The UI component's container.

removedItems

Selector: removed-items
Type:

Array<any>