---
title: "init(allowCopy:allowMove:allowDelete:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/dragconfiguration/operationsoutsideapp-swift.struct/init(allowcopy:allowmove:allowdelete:)"
---

# init(allowCopy:allowMove:allowDelete:)

Creates a value that describes the operations allowed for drags to other applications.

## Declaration

```swift
init(allowCopy: Bool = true, allowMove: Bool = false, allowDelete: Bool = false)
```
