JavaScript/jQuery Diagram - RequestEditOperationEvent
The type of the requestEditOperation event handler's argument.
import { RequestEditOperationEvent } from "devextreme/ui/diagram"
Type:
Used in:
args
operation
Type:
Accepted Values: 'addShape' | 'addShapeFromToolbox' | 'deleteShape' | 'deleteConnector' | 'changeConnection' | 'changeConnectorPoints'
Feedback