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

# subviews

Enable all gestures in the subview hierarchy but disable the added gesture.

## Declaration

```swift
static let subviews: GestureMask
```

## See Also

### Getting gesture options

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