Documentation
Preparing search index...
@map-colonies/tracing
TelemetryBase
Interface TelemetryBase<T>
interface
TelemetryBase
<
T
>
{
start
:
()
=>
T
;
stop
:
()
=>
Promise
<
void
>
;
}
Type Parameters
T
Implemented by
Tracing
Index
Properties
start
stop
Properties
start
start
:
()
=>
T
stop
stop
:
()
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
start
stop
Documentation
Loading...