json-joy
    Preparing search index...

    Class UpdArrOp

    Operation which updates an existing element in an array.

    Hierarchy

    • Op
      • UpdArrOp

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    ID of this operation.

    and "arr" object ID where to update an element.

    ID of the element to update.

    ID of the new value to set.

    Methods

    • Some operations, such as array and string insert/delete operations are compound a single operation instance effectively represents multiple operations (one per character or array element).

      This method returns the effective number of operations.

      Returns number