Interface: ChangeEvent<T>

index.ChangeEvent

Payload describing a mutation change event.

Type parameters

Name Type Description
T unknown The value type being mutated.

Table of contents

Properties

Properties

newValue

Optional newValue: T

The new value after mutation.


oldValue

Optional oldValue: T

The previous value prior to mutation.


timestamp

timestamp: number

High-resolution epoch timestamp (in ms) when the mutation was recorded.