Function: diffSerializedState()
@roomful/devtools / diffSerializedState
Function: diffSerializedState()
Section titled “Function: diffSerializedState()”diffSerializedState(
previous,next,options?):DevtoolsStateDiffEntry[]
Defined in: diff.ts:84
Computes a stable, path-sorted diff between two serialized state snapshots.
Parameters
Section titled “Parameters”previous
Section titled “previous”The previous serialized state snapshot.
The next serialized state snapshot.
options?
Section titled “options?”DevtoolsDiffOptions = {}
Optional diff generation limits.
Returns
Section titled “Returns”The serialized state diff entries.