<!--
{
  "availability" : [
    "macOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/DragConfiguration/OperationsWithinApp-swift.struct/init(allowCopy:allowMove:allowDelete:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI17DragConfigurationV19OperationsWithinAppV9allowCopy0H4Move0H6DeleteAESb_S2btcfc"
  },
  "title" : "init(allowCopy:allowMove:allowDelete:)"
}
-->

# init(allowCopy:allowMove:allowDelete:)

Creates a value that describes the operations allowed
for drags that end within the application.

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)