GitHub package.json versionTypeScriptNPM
GitHub package.json versionTypeScriptNPM

Set Method Tags Commands

By default, the consumer's set(...) method recursively merges new changes into current immutable data.
To overwrite current Immutable data slices with new values, 7 tag commands have been provided:
@@CLEAR: sets property to its corresponding empty value.
@@DELETE: removes plain object properties and array items.
@@MOVE: moves array elements.
@@PUSH: pushes new items into an array.
@@REPLACE: replaces property values.
@@SET: sets property values.
@@SPLICE: splices array items.