index.ChangeEvent
Payload describing a mutation change event.
| Name | Type | Description |
|---|---|---|
T |
unknown |
The value type being mutated. |
Optional newValue: T
The new value after mutation.
Optional oldValue: T
The previous value prior to mutation.
timestamp: number
High-resolution epoch timestamp (in ms) when the mutation was recorded.