Interface Reading

Describes one function call

Hierarchy

  • Reading

Properties

args?: any[]

arguments passed to the fuunction call

duration: number

milliseconds from invocation until completion if the function returned an observable, time until an event is observed

returnValue?: any

if the function returned an observable, the first event observed (non-recursive)

syncDuration: number

milliseconds between invocation and function return

tags: string[]

semantic tags can be used to annotate and group recorings

Generated using TypeDoc