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 SlideIdsListeners registered with the Indexes object.

sliceRowIds?number

The number of SliceRowIdsListeners registered with the Indexes object.

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