Interface: CanvasDragoverEvent
Defined in: diagram/canvasApi.ts:280
Event data for canvas dragover event from a drag and drop operation.
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
| () => | If called from any handler, allows the drop operation to proceed; otherwise the drop event would be cancelled. | |
| Position of the dragged item in paper coordinates. | ||
| Event source (canvas). | ||
|
| Original (raw) event data. |