isRestrictedToDraggingApplication
A Boolean value that indicates whether the drag session is confined to the app that started the drag activity.
Declaration
var isRestrictedToDraggingApplication: Bool { get }Discussion
The value for this property is set by the source app’s drag interaction delegate method dragInteraction(_:sessionIsRestrictedToDraggingApplication:). If the value is true, the drag session is restricted to the app that started the drag operation.