The arr class represents a "arr" JSON CRDT node. As the generic type parameter, it an array of node builders.
arr
Example:
s.arr([s.con(0), s.con(1)]);s.arr([s.str(''), s.str('hello')]); Copy
s.arr([s.con(0), s.con(1)]);s.arr([s.str(''), s.str('hello')]);
Readonly
The
arr
class represents a "arr" JSON CRDT node. As the generic type parameter, it an array of node builders.Example: