Change<V = any>

interface
types.ts:102

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
newValueV
oldValueV
path?stringDotted path for fine-grained listeners; e.g., "data.items.0.title"