Vue Diagram - RequestEditOperationEvent

The type of the requestEditOperation event handler's argument.

import { DxDiagramTypes } from "devextreme-vue/diagram"
Type: DxDiagramTypes.RequestEditOperationEvent

allowed

Type:

Boolean

component

The UI component's instance.

Selector: DxComponent
Type:

Diagram

element

The UI component's container.

operation

Type:

String

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