<!--
{
  "availability" : [
    "macOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/PointerStyle/grabActive",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI12PointerStyleV10grabActiveACvpZ"
  },
  "title" : "grabActive"
}
-->

# grabActive

The pointer style appropriate for actively dragging to reposition
content within specific bounds, such as panning a large image.

```
static let grabActive: PointerStyle
```

## Discussion

This pointer style displays a closed hand to indicate that the content
is currently being repositioned. Typically it’s used along with the
`PointerStyle.grabIdle` pointer style to indicate that repositioning
the content is possible.

You may apply this pointer style to a single view or a view hierarchy
using the [`pointerStyle(_:)`](/documentation/SwiftUI/View/pointerStyle(_:)) modifier.

---

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)