Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Function: diffSerializedState()

@roomful/devtools


@roomful/devtools / diffSerializedState

diffSerializedState(previous, next, options?): DevtoolsStateDiffEntry[]

Defined in: diff.ts:84

Computes a stable, path-sorted diff between two serialized state snapshots.

DevtoolsSerializedValue

The previous serialized state snapshot.

DevtoolsSerializedValue

The next serialized state snapshot.

DevtoolsDiffOptions = {}

Optional diff generation limits.

DevtoolsStateDiffEntry[]

The serialized state diff entries.