blockly > utils > object

utils.object namespace

Functions

Function Description
deepMerge(target, source)

Complete a deep merge of all members of a source object with a target object.

N.B. This is not a very sophisticated merge algorithm and does not handle complex cases. Use with caution.