Workspace.getDropLocation method
Workspace › getDropLocation
Unofficial
Get the leaf where the leaf should be dropped on dragevent.Signature:
getDropLocation(e: DragEvent): null | WorkspaceLeafParameters:
| Parameter | Type | Description |
|---|---|---|
| e | DragEvent | Drag event. |
Returns: null | WorkspaceLeaf — The leaf at the drop location or null.