mingo
    Preparing search index...

    Function update

    • Updates the given object with the expression.

      Parameters

      • obj: AnyObject

        The object to update.

      • modifier: Modifier

        The modifications to apply.

      • OptionalarrayFilters: AnyObject[]

        Filters to apply to nested items.

      • Optionalcondition: AnyObject

        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.