Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-node
/
node.diagnosticsChannel
/
TracingChannelCollection
Tracing
Channel
Collection
sealed
external
interface
TracingChannelCollection
<
StoreType
,
ContextType
>
(
source
)
Inheritors
TracingChannel
Members
Properties
async
End
Link copied to clipboard
abstract
var
asyncEnd
:
Channel
<
StoreType
,
ContextType
>
async
Start
Link copied to clipboard
abstract
var
asyncStart
:
Channel
<
StoreType
,
ContextType
>
end
Link copied to clipboard
abstract
var
end
:
Channel
<
StoreType
,
ContextType
>
error
Link copied to clipboard
abstract
var
error
:
Channel
<
StoreType
,
ContextType
>
start
Link copied to clipboard
abstract
var
start
:
Channel
<
StoreType
,
ContextType
>