Represents a obj JSON CRDT node, which is a Last-write-wins (LWW) object. It is a map of string keys to LWW registers. The value of each register is a reference to another JSON CRDT node.
obj
Readonly
Unique ID within a document.
Retrieves a JSON CRDT node at the given key.
A key of the object.
JSON CRDT node at the given key, if any.
Returns the name of the JSON node type.
Iterate over all key-value pairs in the object.
Callback to call for each key-value pair.
Represents a
obj
JSON CRDT node, which is a Last-write-wins (LWW) object. It is a map of string keys to LWW registers. The value of each register is a reference to another JSON CRDT node.