Skip to content

Interface: ReactiveModelChangeDelta<T, K>

The shape of the value of a reactive model change event.

Type Parameters

Type Parameter
T
K extends StringKeyOf<T>

Properties

PropertyType
isundefined | T[K]
wasundefined | T[K]