Remove dataDeepCopy
and propertyPassingDeepCopy
in favor of non-copy-setData
#65
Labels
enhancement
New feature or request
module:core
need discussion
Further discussion is needed to decide
Currently these two component options are used to control whether the data should be copied while templating. It is component-level options, but it is more practical to control the deep copy strategies of each data field.
We want to remove them in faver of some advanced data update methods.
General API design:
replaceDataOnPath
andspliceArrayDataOnPath
for theDeepCopyStrategy
;updateAtomicData
to set fields withDeepCopyStrategy.None
.The text was updated successfully, but these errors were encountered: