Documentation / @zerotal/devtools / index / TraceChannelEntry
Interface: TraceChannelEntry
Defined in: devtools/src/RequestTrace.ts:70
One entry on an open channel.
The shape is deliberately a bare record: devtools does not know what a
channel carries, only how its descriptor says to display it. offsetMs is
stamped by devtools when the entry is recorded.
Extends
Record<string,unknown>
Indexable
[
key:string]:unknown
Properties
offsetMs
offsetMs:
number
Defined in: devtools/src/RequestTrace.ts:72
Milliseconds from the start of the request. Stamped on record.