---
title: updated
framework: realitykit
role: symbol
role_heading: Type Property
path: realitykit/actioneventtype/updated
---

# updated

An event that takes place after an action event starts and is within its time interval.

## Declaration

```swift
static var updated: ActionEventType { get }
```

## See Also

### Event types

- [started](realitykit/actioneventtype/started.md)
- [ended](realitykit/actioneventtype/ended.md)
- [paused](realitykit/actioneventtype/paused.md)
- [resumed](realitykit/actioneventtype/resumed.md)
- [skipped](realitykit/actioneventtype/skipped.md)
- [terminated](realitykit/actioneventtype/terminated.md)
