Represents a CRDT Replicated Growable Array (RGA).

RGAs are deprecated and you should instead use a Register containing an array.

Hierarchy

  • RGA

Accessors

Accessors

  • get value(): any[]
  • The array representation of the RGA.

    Returns any[]