The current value of the node, which is a reference to another JSON CRDT node.
Readonly
idUnique ID within a document.
The current value of the node, which is a reference to another JSON CRDT node.
Returns the name of the JSON node type.
Returns the latest value of the node, the JSON CRDT node that val
points
to.
The latest value of the node.
Returns a POJO object which represents the "view" of this JSON node model.
Represents a
val
JSON CRDT node, which is a Last-write-wins (LWW) register. Theval
node holds a single value, which is a reference to another JSON CRDT node.