React Diagram - RequestEditOperationEvent

The type of the requestEditOperation event handler's argument.

import { DiagramTypes } from "devextreme-react/diagram"
Type: DiagramTypes.RequestEditOperationEvent

allowed

Type:

Boolean

component

The UI component's instance.

Selector: Component
Type:

Diagram

element

The UI component's container.

operation

Type:

String

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