---
title: accessibilityDragSourceDescriptors
framework: objectivec
role: symbol
role_heading: Instance Property
path: objectivec/nsobject-swift.class/accessibilitydragsourcedescriptors
---

# accessibilityDragSourceDescriptors

An array of location descriptor objects that you use to define what drags are possible from this element.

## Declaration

```swift
@MainActor var accessibilityDragSourceDescriptors: [UIAccessibilityLocationDescriptor]? { get set }
```

## Discussion

Discussion To restore the default automatic behavior for this property, assign or return the default value of nil. note: A value of nil does not describe the same behavior as the empty array, which specifies that there are no relevant interactions for this element.

## See Also

### Fine-Tuning Drag and Drop

- [accessibilityDropPointDescriptors](objectivec/nsobject-swift.class/accessibilitydroppointdescriptors.md)
