TinyBase logoTinyBase

IndexesListenerStats

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

{
  sliceIds?: number;
  sliceRowIds?: number;
}
TypeDescription
sliceIds?number

The number of SlideIdsListener functions registered with the Indexes object.

sliceRowIds?number

The number of SliceRowIdsListener functions registered with the Indexes object.

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