Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LocalCounter

Hierarchy

Implements

  • { name: string; tags: Tags } & { set: any }
  • { name: string; tags: Tags } & { increment: (val: T, tags?: Tags) => void }
  • Resettable

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Protected _val

_val: Value<number | undefined>

Readonly name

name: string

Readonly tags

tags: Tags

Accessors

raw

  • get raw(): number

value

  • get value(): Value<number | undefined>

Methods

increment

  • increment(value?: number, tags?: Tags): void

reset

  • reset(): void

set

  • set(value: number, tags?: Tags): Value<number | undefined>

Generated using TypeDoc