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
checkpointIds?number

The number of CheckpointIdsListener functions registered with the Checkpoints object.

checkpoint?number

The number of CheckpointListener functions registered with the Checkpoints object.

A CheckpointsListenerStats object is returned from the getListenerStats method, and is only populated in a debug build.