devtools.DevToolsBatchEvent
Microtask batch scheduler event payload recorded in the DevTools ring buffer.
Optional flushedCount: number
Number of reactive reactions flushed in this batch.
phase: "flush" | "start" | "end"
Lifecycle phase of the batch transaction ('start' | 'flush' | 'end').
timestamp: number
Timestamp in milliseconds.
type: "batch"
Event classification discriminator.