Packages > @fluidframework/counter

@fluidframework/counter Package

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

Interfaces

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

Classes

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