json-joy
    Preparing search index...

    Class DelOp

    Operation which deletes one or more ranges of values in some object. The object could be a string, an array, or a binary.

    Hierarchy

    • Op
      • DelOp

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    ID of this operation.

    Object in which to delete something.

    ID of the first operation to be deleted.

    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