Skip to main content
Version: v1

@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

InterfaceDescription
ISharedCounterSharedCounter interface.
ISharedCounterEventsEvents sent by SharedCounters.

Classes

ClassDescription
SharedCounterA SharedCounter is a shared object which holds a number that can be incremented or decremented.