bireactive - v0.3.1
Interface TraceNode
interface
TraceNode
{
batches
:
readonly
TraceBatch
[]
;
children
:
readonly
TraceNode
[]
;
depth
:
number
;
parent
?:
TraceNode
;
span
:
Span
;
}
Index
Properties
batches
children
depth
parent?
span
Properties
Readonly
batches
batches
:
readonly
TraceBatch
[]
Readonly
children
children
:
readonly
TraceNode
[]
Readonly
depth
depth
:
number
Optional
Readonly
parent
parent
?:
TraceNode
Readonly
span
span
:
Span
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
batches
children
depth
parent
span
Demo
bireactive - v0.3.1