@mateothegreat/svelte5-router - 2.15.3
Demo
GitHub
NPM
Releases
Report Issue
Preparing search index...
Span
Class Span
A span is a single trace in a trace collection.
Index
Constructors
constructor
Properties
date?
description?
id?
metadata?
name?
prefix?
traces?
Methods
get?
trace?
Constructors
constructor
new
Span
(
span
:
Span
,
prefix
?:
string
)
:
Span
Parameters
span
:
Span
Optional
prefix
:
string
Returns
Span
Properties
Optional
date
date
?:
Date
Optional
description
description
?:
string
Optional
id
id
?:
string
Optional
metadata
metadata
?:
Record
<
string
,
any
>
Optional
name
name
?:
string
Optional
prefix
prefix
?:
string
Optional
traces
traces
?:
ReactiveMap
<
string
,
Trace
>
= ...
Methods
Optional
get
get
()
:
MapIterator
<
Trace
>
Returns
MapIterator
<
Trace
>
Optional
trace
trace
(
trace
:
Trace
,
prefix
?:
string
)
:
Trace
Parameters
trace
:
Trace
Optional
prefix
:
string
Returns
Trace
Settings
Member Visibility
Alpha
Beta
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
date
description
id
metadata
name
prefix
traces
Methods
get
trace
Demo
GitHub
Releases
Report Issue
Demo
GitHub
NPM
Releases
Report Issue
@mateothegreat/svelte5-router - v2.15.3
Loading...
A span is a single trace in a trace collection.