Module

reduxUtilities

Redux utility functions
Author:

View Source store/utility.js, line 1

Methods

# static updateObject(oldObject, updatedProperties) → {object}

Returns an updated object (deep copy). NOTE: The deep copy is only one level deep.
Parameters:
Name Type Description
oldObject object The old object
updatedProperties object Updated object properties

View Source store/utility.js, line 16

The new object
object