---
title: AccessibilityEvents.RotorNavigation
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/accessibilityevents/rotornavigation
---

# AccessibilityEvents.RotorNavigation

An accessibility event associated with a rotor navigation.

## Declaration

```swift
@MainActor @preconcurrency struct RotorNavigation
```

## Topics

### Initializers

- [init(rotorType:hostEntity:currentItem:searchDirection:resultHandler:)](realitykit/accessibilityevents/rotornavigation/init(rotortype:hostentity:currentitem:searchdirection:resulthandler:).md)

### Instance Properties

- [currentItem](realitykit/accessibilityevents/rotornavigation/currentitem.md)
- [hostEntity](realitykit/accessibilityevents/rotornavigation/hostentity.md)
- [resultHandler](realitykit/accessibilityevents/rotornavigation/resulthandler.md)
- [rotorType](realitykit/accessibilityevents/rotornavigation/rotortype.md)
- [searchDirection](realitykit/accessibilityevents/rotornavigation/searchdirection.md)

## Relationships

### Conforms To

- [Event](realitykit/event.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
