json-joy
    Preparing search index...

    Interface JsonCodecInsObjOperation

    Updates the value of "obj" LWW-Map. The value property is a map of new values to apply to the "obj" LWW-Map.

    interface JsonCodecInsObjOperation {
        obj: JsonCodecTimestamp;
        op: "ins_obj";
        value: [key: string, value: JsonCodecTimestamp][];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Object on which to perform the operation.

    For "val" CRDT object, if omitted, or set to falsy value, or equal to origin [0, 0], the "set" operation is applied to the root object, which is LWW Register of a pointer to another CRDT data type.

    op: "ins_obj"

    Mnemonic.

    value: [key: string, value: JsonCodecTimestamp][]

    A map of values to apply to the "obj" LWW-Map object.