TinyBase logoTinyBase β

CheckpointsListenerStats

The CheckpointsListenerStats type describes the number of listeners registered with the Checkpoints object, and can be used for debugging purposes.

{
  checkpointIds: number;
  checkpoint: number;
}
TypeDescription
checkpointIdsnumber

The number of CheckpointIdsListener functions registered with the Checkpoints object.

checkpointnumber

The number of CheckpointListener functions registered with the Checkpoints object.

A CheckpointsListenerStats object is returned from the getListenerStats method.

Since

v1.0.0