Magek Framework
GitHub
Preparing search index...
TraceInfo
Interface TraceInfo
interface
TraceInfo
{
className
:
string
;
methodName
:
string
;
args
:
unknown
[]
;
traceId
:
UUID
;
elapsedInvocationMillis
?:
number
;
internal
?:
{
target
:
unknown
;
descriptor
:
PropertyDescriptor
}
;
description
?:
string
;
}
Index
Properties
class
Name
method
Name
args
trace
Id
elapsed
Invocation
Millis?
internal?
description?
Properties
class
Name
className
:
string
method
Name
methodName
:
string
args
args
:
unknown
[]
trace
Id
traceId
:
UUID
Optional
elapsed
Invocation
Millis
elapsedInvocationMillis
?:
number
Optional
internal
internal
?:
{
target
:
unknown
;
descriptor
:
PropertyDescriptor
}
Optional
description
description
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
class
Name
method
Name
args
trace
Id
elapsed
Invocation
Millis
internal
description
GitHub
Magek Framework
Loading...