DevExtreme v23.1 is now available.

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

ItemDblClickEvent

The type of the itemDblClick event handler's argument.

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

Object

component

The UI component's instance.

Type:

Diagram

element

The UI component's container.

item

model

Model data. Available only if you use Knockout.

Type: any