Interface: MutationEvent

index.MutationEvent

Legacy mutation event payload for backwards compatibility with registerOnMutation.

Table of contents

Properties

Properties

newValue

newValue: unknown

Value after modification.


oldValue

oldValue: unknown

Value prior to modification.


property

property: string | symbol

Property key or symbol that was modified.


target

target: object

Target object that was mutated.


timestamp

timestamp: number

Epoch timestamp in milliseconds.