Interface: DevToolsBatchEvent

devtools.DevToolsBatchEvent

Microtask batch scheduler event payload recorded in the DevTools ring buffer.

Table of contents

Properties

Properties

flushedCount

Optional flushedCount: number

Number of reactive reactions flushed in this batch.


phase

phase: "flush" | "start" | "end"

Lifecycle phase of the batch transaction ('start' | 'flush' | 'end').


timestamp

timestamp: number

Timestamp in milliseconds.


type

type: "batch"

Event classification discriminator.