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
sliceIdsnumber

The number of SlideIdsListener functions registered with the Indexes object.

sliceRowIdsnumber

The number of SliceRowIdsListener functions registered with the Indexes object.

A IndexesListenerStats object is returned from the getListenerStats method.

Since

v1.0.0