@fluidframework/counter Package

Packages > @fluidframework/counter

This library contains the SharedCounter distributed data structure. A SharedCounter is a shared object which holds a whole number that can be incremented or decremented.

Interfaces

Interface Description
ISharedCounter SharedCounter interface.
ISharedCounterEvents Events sent by SharedCounter.

Classes

Class Description
SharedCounter A shared object that holds a number that can be incremented or decremented.