Skip to content

DragManager.showOverlay method

DragManager › showOverlay

Unofficial

Show the drop zone overlay at the specified position.

Signature:

showOverlay(doc: Document, rect: DOMRect): void

Parameters:

ParameterTypeDescription
docDocumentDocument in which to show the overlay.
rectDOMRectRectangle defining the overlay position.

Returns: void