Change<V = any>

interface
types.ts:159

Generic "old → new" wrapper for fine-grained change notifications. Carries the dotted path that changed.

Type parameters

NameTypeDescription
VValue type at the changed path.

Properties

NameTypeDescription
channel?stringChannel of the causing event. Absent for the same reason as Change.eventId.
eventId?stringThe id of the event that caused this change.
newValueV
oldValueV
path?stringDotted path for fine-grained listeners; e.g., "data.items.0.title"
type?stringType of the causing event. Absent for the same reason as Change.eventId.