Search
Preparing search index...
The search index is not available
@btilford/ts-base - v1.1.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
LocalBigIntGauge
Class LocalBigIntGauge
Hierarchy
LocalSettable
<
bigint
>
LocalBigIntGauge
Implements
{
name
:
string
;
tags
:
Tags
}
&
{
set
:
any
}
{
name
:
string
;
tags
:
Tags
}
&
{
set
:
any
}
&
{
increment
:
(
val
:
T
, tags
?:
Tags
)
=>
void
}
Index
Constructors
constructor
Properties
_val
name
tags
Accessors
raw
value
Methods
decrement
increment
reset
set
Constructors
constructor
new
Local
Big
Int
Gauge
(
name
:
string
, tags
?:
Tags
)
:
LocalBigIntGauge
Parameters
name:
string
Default value
tags:
Tags
= {}
Returns
LocalBigIntGauge
Properties
Protected
_val
_val
:
Value
<
bigint
|
undefined
>
Readonly
name
name
:
string
Readonly
tags
tags
:
Tags
Accessors
raw
get
raw
(
)
:
bigint
Returns
bigint
value
get
value
(
)
:
Value
<
bigint
|
undefined
>
Returns
Value
<
bigint
|
undefined
>
Methods
decrement
decrement
(
value
?:
undefined
|
bigint
, tags
?:
Tags
)
:
void
Parameters
Optional
value:
undefined
|
bigint
Default value
tags:
Tags
= {}
Returns
void
increment
increment
(
value
?:
undefined
|
bigint
, tags
?:
Tags
)
:
void
Parameters
Optional
value:
undefined
|
bigint
Default value
tags:
Tags
= {}
Returns
void
reset
reset
(
)
:
void
Returns
void
set
set
(
value
:
bigint
, tags
?:
Tags
)
:
Value
<
bigint
|
undefined
>
Parameters
value:
bigint
Default value
tags:
Tags
= {}
Returns
Value
<
bigint
|
undefined
>
Globals
Local
Big
Int
Gauge
constructor
_val
name
tags
raw
value
decrement
increment
reset
set
Generated using
TypeDoc