Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SavedStateMeta

Metadata for a saved state passed to Collab.load.

Hierarchy

  • SavedStateMeta

Index

Properties

isLocalOp: false

Whether the update is for local operations, i.e., it results from calling Collab methods on this replica.

runtimeExtra: unknown

Optionally, the runtime may include extra metadata in this field.

This field is intended for use by Collab implementations, not event listeners.

For example, [[CRuntime]] puts [[CRDTSavedStateMeta]] here. To access that more easily, consider extending [[PrimitiveCRDT]].

updateType: "savedState"

The update's type.

Generated using TypeDoc