DraggingEventData
interface
Properties
-
module:clipboard/clipboardobserver~DraggingEventData#dataTransfer
The data transfer instance.
-
method : 'dragover'
module:clipboard/clipboardobserver~DraggingEventData#method
Whether the event was triggered by a paste or a drop operation.
-
target : Element
module:clipboard/clipboardobserver~DraggingEventData#target
The tree view element representing the target.
-
targetRanges : null | Array<ViewRange>
module:clipboard/clipboardobserver~DraggingEventData#targetRanges
Ranges which are the target of the operation (usually – into which the content should be inserted). It is the drop position (which can be different than the selection at the moment of drop).