Vue Accordion - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxAccordionTypes } from "devextreme-vue/accordion"
Type: DxAccordionTypes.SelectionChangedEvent

addedItems

Type:

Array<any>

component

The UI component's instance.

Type:

Accordion

element

The UI component's container.

removedItems

Type:

Array<any>