DraggingEventData
interface
Properties
module:clipboard/clipboardobserver~DraggingEventData#dataTransferThe data transfer instance.
method : 'dragover'module:clipboard/clipboardobserver~DraggingEventData#methodWhether the event was triggered by a paste or a drop operation.
target : Elementmodule:clipboard/clipboardobserver~DraggingEventData#targetThe tree view element representing the target.
targetRanges : null | Array<ViewRange>module:clipboard/clipboardobserver~DraggingEventData#targetRangesRanges 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).