toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
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
>