@logixjs/sandbox
Preparing search index...
TraceSpan
Interface TraceSpan
Sandbox public type definitions.
interface
TraceSpan
{
attributes
?:
Record
<
string
,
unknown
>
;
endTime
?:
number
;
intentId
?:
string
;
name
:
string
;
parentSpanId
?:
string
;
spanId
:
string
;
startTime
:
number
;
status
:
"running"
|
"success"
|
"error"
|
"cancelled"
;
stepId
?:
string
;
}
Index
Properties
attributes?
end
Time?
intent
Id?
name
parent
Span
Id?
span
Id
start
Time
status
step
Id?
Properties
Optional
Readonly
attributes
attributes
?:
Record
<
string
,
unknown
>
Optional
Readonly
end
Time
endTime
?:
number
Optional
Readonly
intent
Id
intentId
?:
string
Readonly
name
name
:
string
Optional
Readonly
parent
Span
Id
parentSpanId
?:
string
Readonly
span
Id
spanId
:
string
Readonly
start
Time
startTime
:
number
Readonly
status
status
:
"running"
|
"success"
|
"error"
|
"cancelled"
Optional
Readonly
step
Id
stepId
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
end
Time
intent
Id
name
parent
Span
Id
span
Id
start
Time
status
step
Id
@logixjs/sandbox
Loading...
Sandbox public type definitions.