---
title: allowedTouchTypes
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsview/allowedtouchtypes
---

# allowedTouchTypes

The types of touch interactions the view allows.

## Declaration

```swift
var allowedTouchTypes: NSTouch.TouchTypeMask { get set }
```

## See Also

### Handling Touch Events

- [wantsRestingTouches](appkit/nsview/wantsrestingtouches.md)
- [candidateListTouchBarItem](appkit/nsview/candidatelisttouchbaritem.md)
