GCounterMapJson
Este conteúdo não está disponível em sua língua ainda.
GCounterMapJson =
object
Defined in: src/crdt/GCounterMap.ts:151
Properties
Section titled “Properties”counters
Section titled “counters”
readonlycounters:Record<string,GCounterJson>
Defined in: src/crdt/GCounterMap.ts:154
Per-key counter state, keyed by identity-function output.
keyValues?
Section titled “keyValues?”
readonlyoptionalkeyValues?:Record<string,string>
Defined in: src/crdt/GCounterMap.ts:157
Per-key JSON-stringified original key. Optional for backwards
compat — when missing, JSON.parse(identity-string) is used.
readonlykind:"GCounterMap"
Defined in: src/crdt/GCounterMap.ts:152
