The arr class represents a "arr" JSON CRDT node. As the generic type parameter, it an array of node builders.

Example:

s.arr([s.con(0), s.con(1)]);
s.arr([s.str(''), s.str('hello')]);

Type Parameters

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

arr: T[]
type: "arr" = 'arr'