---
title: silentOnTouch
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/accessibilitydirecttouchoptions/silentontouch
---

# silentOnTouch

Allows a direct touch area to immediately receive touch events without an assitive technology, such as VoiceOver, speaking. Appropriate for apps that provide direct audio feedback on touch that would conflict with speech feedback.

## Declaration

```swift
static let silentOnTouch: AccessibilityDirectTouchOptions
```

## See Also

### Getting the options

- [requiresActivation](swiftui/accessibilitydirecttouchoptions/requiresactivation.md)
