Copies a value to nested child properties recursively.
Pushes values down from a parent record into each of its child records, all the way through any further levels of nesting. A common use is stamping a parent identifier onto every variant of a product, so each variant carries a reference back to the item it belongs to. You describe which children to reach and which values to copy into them, using placeholders to pull the values from the parent.