json-joy
    Preparing search index...

    Class arr<T>

    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 Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

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