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

# all

Enable both the added gesture as well as all other gestures on the view and its subviews.

## Declaration

```swift
static let all: GestureMask
```

## See Also

### Getting gesture options

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