DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

SelectionChangedEvent

The type of the selectionChanged event handler's argument.

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

Object

component

The UI component's instance.

Type:

Diagram

element

The UI component's container.

items

model

Model data. Available only if you use Knockout.

Type: any