Skip to main content
Delta tracking captures all changes made to a document during a tracking session, enabling you to export those changes as a portable delta, preview them, and apply them to other documents. This is useful for collaborative editing, change review workflows, and synchronization.

Overview

The delta system supports:
  • Tracking Sessions: Start and stop change recording
  • Delta Export: Export captured changes as JSON or binary format
  • Delta Preview: Preview what changes would be applied
  • Delta Apply: Apply changes to a document with conflict detection
  • Session Management: List and manage tracking sessions

Starting and Stopping Tracking

Cancelling a Session

If you want to discard a tracking session without finalizing it:

Exporting Deltas

After stopping a tracking session, export the captured changes:

Previewing and Applying Deltas

Preview Changes

Before applying a delta, preview what would change:

Apply Changes

Import a Delta

Import a previously exported delta back into a document:

Managing Sessions

API Reference

DeltaAccessor Methods

Apply Options