JavaScript/jQuery Diagram - RequestEditOperationEvent

The type of the requestEditOperation event handler's argument.

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

Object

allowed

Type:

Boolean

component

The UI component's instance.

Type:

Diagram

element

The UI component's container.

operation

Type:

String

Accepted Values: 'addShape' | 'addShapeFromToolbox' | 'deleteShape' | 'deleteConnector' | 'changeConnection' | 'changeConnectorPoints'