<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/AccessibilityComponent/SupportedActions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation22AccessibilityComponentV16SupportedActionsV"
  },
  "title" : "AccessibilityComponent.SupportedActions"
}
-->

# AccessibilityComponent.SupportedActions

A custom action that can be invoked on an entity in response to specific user cues.

```
struct SupportedActions
```

## Topics

### Type Properties

[`static let activate: AccessibilityComponent.SupportedActions`](/documentation/RealityKit/AccessibilityComponent/SupportedActions/activate)

Tells the entity to activate itself.

[`static let decrement: AccessibilityComponent.SupportedActions`](/documentation/RealityKit/AccessibilityComponent/SupportedActions/decrement)

Tells the entity to decrement the value of its content.

[`static let increment: AccessibilityComponent.SupportedActions`](/documentation/RealityKit/AccessibilityComponent/SupportedActions/increment)

Tells the entity to increment the value of its content.

## Relationships

### Conforms To

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`OptionSet`](/documentation/Swift/OptionSet)

[`Equatable`](/documentation/Swift/Equatable)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

---

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)