Interface: PendingStateChange<T, K>
The shape of the pending state changes for a model.
Type Parameters
| Type Parameter |
|---|
T extends PlainObject |
K extends StringKeyOf<T> |
Properties
| Property | Type | Description |
|---|---|---|
is | T[K] | The value that is being changed to. |
property | K | The property that is being changed. |
was | undefined | T[K] | The value that is being changed from. |