跳转到内容
简体中文

LWWMapJson

此内容尚不支持你的语言。

LWWMapJson<V> = object

Defined in: src/crdt/LWWMap.ts:197

V

readonly optional keyValues?: Record<string, string>

Defined in: src/crdt/LWWMap.ts:200


readonly kind: "LWWMap"

Defined in: src/crdt/LWWMap.ts:198


readonly registers: Record<string, LWWRegisterJson<V>>

Defined in: src/crdt/LWWMap.ts:199