Skip to content

Documentation / @super-line/core / StoreChange

Interface: StoreChange

Defined in: packages/core/src/store.ts:41

What a CRDT replica emits when a document mutates — and the symmetric shape a write carries IN. update is an opaque payload (a Yjs delta, base64 under the JSON serializer); core relays it without parsing. origin is the per-writer id used for echo-break.

Properties

id

id: string

Defined in: packages/core/src/store.ts:42


origin

origin: string

Defined in: packages/core/src/store.ts:44


update

update: unknown

Defined in: packages/core/src/store.ts:43

Released under the MIT License.