Vue TabPanel - SelectionChangingEvent

The type of the selectionChanging event handler's argument.

import { DxTabPanelTypes } from "devextreme-vue/tab-panel"
Type: DxTabPanelTypes.SelectionChangingEvent

addedItems

Selector: added-items
Type:

Array<any>

cancel

Type:

Boolean

|

Promise<Boolean> (jQuery or native)

component

The UI component's instance.

Selector: DxComponent
Type:

TabPanel

element

The UI component's container.

removedItems

Selector: removed-items
Type:

Array<any>