Interface: DevToolsTrackEvent

devtools.DevToolsTrackEvent

Dependency tracking event payload recorded in the DevTools ring buffer.

Table of contents

Properties

Properties

consumerName

consumerName: string

Name of the active consumer subscriber reading the source.


consumerType

consumerType: string

Consumer category ('effect' | 'computed' | 'adapter').


sourceLabel

sourceLabel: string

Diagnostic label of the reactive source being read.


timestamp

timestamp: number

Timestamp in milliseconds.


type

type: "track"

Event classification discriminator.