Get the changes which are in newState but not in oldState. The returned changes can be loaded in oldState via applyChanges.
newState
oldState
Note that this will crash if there are changes in oldState which are not in newState.
Generated using TypeDoc
Get the changes which are in
newState
but not inoldState
. The returned changes can be loaded inoldState
via applyChanges.Note that this will crash if there are changes in
oldState
which are not innewState
.