Interface: DevToolsMutationEvent

devtools.DevToolsMutationEvent

Mutation telemetry event payload recorded in the DevTools ring buffer.

Table of contents

Properties

Properties

label

label: string

Diagnostic label of the reactive source.


newValue

newValue: unknown

Value after mutation (sanitized if private).


oldValue

oldValue: unknown

Value prior to mutation (sanitized if private).


property

Optional property: string

Property key or symbol that changed.


timestamp

timestamp: number

Timestamp in milliseconds.


type

type: "notify"

Event classification discriminator.