VersionSnapshot

9 Jul 20261 minute to read

Represents a single point-in-time snapshot of the document state.

Properties

documentState Uint8Array

Full Yjs state encoded as a byte array.

id string

Unique identifier for this snapshot.

label string

Optional user-provided label (e.g., “Before restructure”).

lastModifiedAt number

Unix timestamp (ms) when the snapshot was last modified.

lastModifiedBy string

Unique ID of the User who triggered the save.