accessibilityDragSourceDescriptors
An array of location descriptor objects that you use to define what drags are possible from this element.
Declaration
@MainActor var accessibilityDragSourceDescriptors: [UIAccessibilityLocationDescriptor]? { get set }Discussion
To restore the default automatic behavior for this property, assign or return the default value of nil.