<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/Manipulable/Event",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI11ManipulableO5EventV"
  },
  "title" : "Manipulable.Event"
}
-->

# Manipulable.Event

Describes an event generated during a manipulation gesture.

```
struct Event
```

## Topics

### Structures

[`struct Value`](/documentation/SwiftUI/Manipulable/Event/Value-swift.struct)

Describes the value associated with a manipulation gesture event.

### Instance Properties

[`var phase: Manipulable.Event.Phase`](/documentation/SwiftUI/Manipulable/Event/phase-swift.property)

The phase of the event.

[`var value: Manipulable.Event.Value?`](/documentation/SwiftUI/Manipulable/Event/value-swift.property)

The value associated with the event.

### Enumerations

[`enum Phase`](/documentation/SwiftUI/Manipulable/Event/Phase-swift.enum)

Describes the phase of a manipulation gesture.

## Relationships

### Conforms To

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

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

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

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

---

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)