can.assignDeep
Defines how to copy values onto an object.
@@can.assignDeep( source )
The can.assignDeep
symbol specifies how a deep assign should happen. This means the copying of
all of sources values, and child values onto the current object.
Parameters
- source
{Object}
:The source of values that will be copied.