---
title: none
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/gesturemask/none
---

# none

Disable all gestures in the subview hierarchy, including the added gesture.

## Declaration

```swift
static let none: GestureMask
```

## See Also

### Getting gesture options

- [all](swiftui/gesturemask/all.md)
- [gesture](swiftui/gesturemask/gesture.md)
- [subviews](swiftui/gesturemask/subviews.md)
