Contents

draggingSource

The source, or owner, of the dragged data.

Declaration

@MainActor var draggingSource: Any? { get }

Discussion

This method returns nil if the source is not in the same application as the destination. The dragging source implements methods from the NSDraggingSource protocol.

See Also

Obtaining information about the dragging session