Zum Inhalt springen
Deutsch

LWWRegisterJson

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

LWWRegisterJson<V> = object

Defined in: src/crdt/LWWRegister.ts:103

V

readonly kind: "LWWRegister"

Defined in: src/crdt/LWWRegister.ts:104


readonly replica: ReplicaId

Defined in: src/crdt/LWWRegister.ts:107


readonly timestamp: number

Defined in: src/crdt/LWWRegister.ts:106


readonly value: V | null

Defined in: src/crdt/LWWRegister.ts:105