Documentation / @zerotal/inertia / deepMerge
Function: deepMerge()
deepMerge(
value):MergeProp
Defined in: inertia/src/props/PropTypes.ts:338
Like merge, but the client deep-merges the structure into the existing prop value on partial reloads rather than appending at the root.
Parameters
value
unknown
The value, or a factory producing it.
Returns
A MergeProp wrapper configured for deep merging.