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 SlideIdsListener functions registered with the |
sliceRowIds | number | The number of |
A IndexesListenerStats
object is returned from the getListenerStats
method.
Since
v1.0.0