JavaScript/jQuery Tabs - SelectionChangingEvent

The type of the selectionChanging event handler's argument.

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

Object

addedItems

Type:

Array<any>

cancel

Type:

Boolean

|

PromiseLike object (jQuery, native, etc)

component

The UI component's instance.

Type:

Tabs

element

The UI component's container.

removedItems

Type:

Array<any>