ORSetJson
Defined in: src/crdt/ORSet.ts:264
Properties
Section titled “Properties”counters
Section titled “counters”
readonlycounters:Record<ReplicaId,number>
Defined in: src/crdt/ORSet.ts:272
elements
Section titled “elements”
readonlyelements:Record<string,string[]>
Defined in: src/crdt/ORSet.ts:267
Per-element-key tag list.
elementValues?
Section titled “elementValues?”
readonlyoptionalelementValues?:Record<string,string>
Defined in: src/crdt/ORSet.ts:270
Per-element-key JSON-stringified element value. Optional for backwards-compat with v0 wire shape (default identity only).
readonlykind:"ORSet"
Defined in: src/crdt/ORSet.ts:265
tombstones
Section titled “tombstones”
readonlytombstones:Record<string,string[]>
Defined in: src/crdt/ORSet.ts:271