mingo
    Preparing search index...

    Function update

    • Updates the given object with the expression.

      Type Parameters

      Parameters

      • obj: T

        The object to update.

      • modifier: Modifier<T>

        The modifications to apply.

      • OptionalarrayFilters: AnyObject[]

        Filters to apply to nested items.

      • Optionalcondition: Criteria<T>

        Conditions to validate before performing update.

      • Optionaloptions: { cloneMode?: CloneMode; queryOptions?: Partial<Options> }

        Update options to override defaults.

      Returns string[]

      A list of modified field paths in the object.