Expand description
Undo/Redo System - Operation-based undo with causal grouping.
Provides collaborative undo functionality:
- Local undo/redo (only affects local user’s operations)
- Operation grouping for atomic undo
- Causal tracking to handle concurrent edits
- Inverse operation generation
Structs§
- Collaborative
Undo Manager - A collaborative undo manager that tracks operations across replicas.
- GroupId
- Unique identifier for an operation group.
- Operation
- A recorded operation with metadata.
- Operation
Id - Unique identifier for an operation.
- Undo
Manager - An undo manager for a single document.
Enums§
- Format
Operation - A formatting operation that can be undone.
- Json
Operation - A JSON operation that can be undone.
- Text
Operation - A text operation that can be undone.
- Undoable
Operation - An operation that can be undone.