DragManager.showOverlay method
DragManager › showOverlay
Unofficial
Show the drop zone overlay at the specified position.Signature:
showOverlay(doc: Document, rect: DOMRect): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| doc | Document | Document in which to show the overlay. |
| rect | DOMRect | Rectangle defining the overlay position. |
Returns: void