Interface: DevtoolsStateDiffEntry
@roomful/devtools / DevtoolsStateDiffEntry
Interface: DevtoolsStateDiffEntry
Section titled “Interface: DevtoolsStateDiffEntry”Defined in: types.ts:69
Represents a single state diff entry shown in devtools.
Properties
Section titled “Properties”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
Section titled “previous”previous:
DevtoolsSerializedValue
Defined in: types.ts:88
Stores the previous value, or null when the key was added.