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;
}
Type | Description | |
---|---|---|
sliceIds? | number | The number of SlideIdsListeners registered with the |
sliceRowIds? | number | The number of SliceRowIdsListeners registered with the |
A IndexesListenerStats
object is returned from the getListenerStats method, and is only populated in a debug build.