Adaptive Framework 0.9.0

add_properties

The following is a list of properties for the function add_properties:

PropertyValue
briefAdd properties of one object to another
categoryobject
descriptionAdd the properties of one object to another replacing existing properties by the same name.
functionIdadd_properties
functionLabeladd_properties
purefalse
parameters[ { "dataType": "object", "description": "Target object. This object must not be immutable.", "name": "target" }, { "minArgs": 1, "dataType": "object", "description": "Source object(s).", "name": "source" } ]
returns{ "dataType": "object", "description": "The modified target object." }
sideEffects[ "Target object is modified." ]