콘텐츠로 이동
한국어

LWWRegisterJson

이 콘텐츠는 아직 번역되지 않았습니다.

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