Interface: CanvasDropEvent
Event data for canvas drop event from a drag and drop operation.
Properties
Property | Modifier | Type | Description |
---|
position
| readonly
| Vector
| Position of the drop in paper coordinates. |
source
| readonly
| CanvasApi
| Event source (canvas). |
sourceEvent
| readonly
| DragEvent
| Original (raw) event data. |