---
title: UIDocument.ChangeKind.undone
framework: uikit
role: symbol
role_heading: Case
path: uikit/uidocument/changekind/undone
---

# UIDocument.ChangeKind.undone

A change to the document has been undone.

## Declaration

```swift
case undone
```

## See Also

### Constants

- [UIDocument.ChangeKind.done](uikit/uidocument/changekind/done.md)
- [UIDocument.ChangeKind.redone](uikit/uidocument/changekind/redone.md)
- [UIDocument.ChangeKind.cleared](uikit/uidocument/changekind/cleared.md)
