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

Interface: DevtoolsStateDiffEntry

@roomful/devtools


@roomful/devtools / DevtoolsStateDiffEntry

Defined in: types.ts:69

Represents a single state diff entry shown in devtools.

kind: DevtoolsDiffKind

Defined in: types.ts:73

Describes the diff category.


next: DevtoolsSerializedValue

Defined in: types.ts:78

Stores the next value, or null when the key was removed.


path: string

Defined in: types.ts:83

Stores the dotted path for the changed key.


previous: DevtoolsSerializedValue

Defined in: types.ts:88

Stores the previous value, or null when the key was added.