---
title: inactive
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/handpointerbehavior/inactive
---

# inactive

Deactivates the hand pointer inside the view. Use this to ensure the view will not apply any hand pointer behavior regardless of behaviors applied to ancestors in the hierarchy.

## Declaration

```swift
static let inactive: HandPointerBehavior
```
