Vue ContextMenu - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxContextMenuTypes } from "devextreme-vue/context-menu"
Type: DxContextMenuTypes.SelectionChangedEvent

addedItems

Selector: added-items
Type:

Array<any>

component

The UI component's instance.

Selector: DxComponent
Type:

ContextMenu

element

The UI component's container.

removedItems

Selector: removed-items
Type:

Array<any>