Class VecNode<Value>

Represents a vec JSON CRDT node, which is a LWW array.

Vector is, usually a fixed length, last-write-wins array. Each element in the array is a reference to another JSON CRDT node. The vector can be extended by adding new elements to the end of the array.

Type Parameters

Implements

Constructors

Properties

Methods

Constructors

Properties

Unique ID within a document.

Methods