<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/EnvironmentValues/accessibilityQuickActionsEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI17EnvironmentValuesVAAE32accessibilityQuickActionsEnabledSbvp"
  },
  "title" : "accessibilityQuickActionsEnabled"
}
-->

# accessibilityQuickActionsEnabled

A Boolean that indicates whether the quick actions feature is enabled.

```
var accessibilityQuickActionsEnabled: Bool { get }
```

## Discussion

The system uses quick actions to provide users with a
fast alternative interaction method. Quick actions can be
presented to users with a textual banner at the top of their
screen and/or an outline around a view that is already on screen.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)