Change<V = any>
interfaceGeneric "old → new" wrapper for fine-grained change notifications.
Carries the dotted path that changed.
Type parameters
| Name | Type | Description |
|---|---|---|
V | — | Value type at the changed path. |
Properties
| Name | Type | Description |
|---|---|---|
channel? | string | Channel of the causing event. Absent for the same reason as Change.eventId. |
eventId? | string | The id of the event that caused this change. |
newValue | V | |
oldValue | V | |
path? | string | Dotted path for fine-grained listeners; e.g., "data.items.0.title" |
type? | string | Type of the causing event. Absent for the same reason as Change.eventId. |