<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/EditActions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI11EditActionsV"
  },
  "title" : "EditActions"
}
-->

# EditActions

A set of edit actions on a collection of data that a view can offer
to a user.

```
struct EditActions<Data>
```

## Topics

### Getting edit operations

[`all`](/documentation/SwiftUI/EditActions/all-45m4m)

All the edit actions available on this collection.

[`all`](/documentation/SwiftUI/EditActions/all-4dctm)

All the edit actions available on this collection.

[`all`](/documentation/SwiftUI/EditActions/all-4uyun)

All the edit actions available on this collection.

[`all`](/documentation/SwiftUI/EditActions/all-6ryvk)

All the edit actions available on this collection.

[`delete`](/documentation/SwiftUI/EditActions/delete)

An edit action that allows the user to delete one or more elements
of a collection.

[`move`](/documentation/SwiftUI/EditActions/move)

An edit action that allows the user to move elements of a
collection.

### Creating an edit operation

[`init(rawValue:)`](/documentation/SwiftUI/EditActions/init(rawValue:))

Creates a new set from a raw value.

[`rawValue`](/documentation/SwiftUI/EditActions/rawValue)

The raw value.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`Sendable`](/documentation/Swift/Sendable)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`OptionSet`](/documentation/Swift/OptionSet)

[`Equatable`](/documentation/Swift/Equatable)

---

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)