---
title: ActionHandlerProtocol.EventType
framework: realitykit
role: symbol
role_heading: Type Alias
path: realitykit/actionhandlerprotocol/eventtype
---

# ActionHandlerProtocol.EventType

The event type returned to each event function in the handler.

## Declaration

```swift
typealias EventType = ActionEvent<Self.ActionType>
```
