---
title: Manipulable.Event
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/manipulable/event
---

# Manipulable.Event

Describes an event generated during a manipulation gesture.

## Declaration

```swift
struct Event
```

## Topics

### Structures

- [Manipulable.Event.Value](swiftui/manipulable/event/value-swift.struct.md)

### Instance Properties

- [phase](swiftui/manipulable/event/phase-swift.property.md)
- [value](swiftui/manipulable/event/value-swift.property.md)

### Enumerations

- [Manipulable.Event.Phase](swiftui/manipulable/event/phase-swift.enum.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
