can-symbol
Version:
Well known symbols used to detail how to operate on different objects
13 lines (8 loc) • 474 B
Markdown
function} can-symbol/symbols/assignDeep can.assignDeep
can-symbol/symbols/shape
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.
{Object} An object with named properties
{Object} source The source of values that will be copied.
{