TraceEvent
Defined in: types.ts:72
A raw event recorded during execution, before graph construction.
Properties
data
readonlydata:Readonly<Record<string,unknown>>
Defined in: types.ts:76
eventType
readonlyeventType:TraceEventType
Defined in: types.ts:74
nodeId
readonlynodeId:string
Defined in: types.ts:75
timestamp
readonlytimestamp:number
Defined in: types.ts:73