---
title: Manipulable.GestureState
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/manipulable/gesturestate
---

# Manipulable.GestureState

Describes the state of a manipulation gesture.

## Declaration

```swift
struct GestureState
```

## Overview

Overview note: manipulationGesture(updating:coordinateSpace:operations:inertia:isEnabled:onChanged:) note: manipulable(using:)

## Topics

### Initializers

- [init(transform:)](swiftui/manipulable/gesturestate/init(transform:).md)

### Instance Properties

- [isActive](swiftui/manipulable/gesturestate/isactive.md)
- [transform](swiftui/manipulable/gesturestate/transform.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
