Takaro - v0.4.11
    Preparing search index...

    Function update

    • This method is like _.set except that accepts updater to produce the value to set. Use _.updateWith to customize path creation. The updater is invoked with one argument: (value).

      Parameters

      • object: object

        The object to modify.

      • path: PropertyPath

        The path of the property to set.

      • updater: (value: any) => any

        The function to produce the updated value.

      Returns any

      Returns object.