DiagnosticNode interface

Represents a tree like structure, for capturing diagnostic information.

Properties

children
data
durationInMs
id
nodeType
startTimeUTCInMs

Property Details

children

children: DiagnosticNode[]

Property Value

data

data: {[key: string]: any}

Property Value

{[key: string]: any}

durationInMs

durationInMs: number

Property Value

number

id

id: string

Property Value

string

nodeType

nodeType: string

Property Value

string

startTimeUTCInMs

startTimeUTCInMs: number

Property Value

number