Alpha: Document API is currently alpha and subject to breaking changes.Back to full reference Undo/redo history state and navigation.
History operations
History operation reference from the canonical Document API contract.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
History operation reference from the canonical Document API contract.
Alpha: Document API is currently alpha and subject to breaking changes.Back to full reference Undo/redo history state and navigation.
| Operation | Member path | Mutates | Idempotency | Tracked | Dry run |
|---|---|---|---|---|---|
history.get | history.get | No | idempotent | No | No |
history.undo | history.undo | Yes | non-idempotent | No | No |
history.redo | history.redo | Yes | non-idempotent | No | No |
Was this page helpful?
