Class ValNode<Value>

Represents a val JSON CRDT node, which is a Last-write-wins (LWW) register. The val node holds a single value, which is a reference to another JSON CRDT node.

Type Parameters

Hierarchy (view full)

Implements

Constructors

Properties

Methods

Constructors

Properties

Unique ID within a document.

The current value of the node, which is a reference to another JSON CRDT node.

Methods