RelationshipsListenerStats
The RelationshipsListenerStats
type describes the number of listeners registered with the Relationships
object, and can be used for debugging purposes.
{
remoteRowId: number;
localRowIds: number;
linkedRowIds: number;
}
Type | Description | |
---|---|---|
remoteRowId | number | The number of |
localRowIds | number | The number of |
linkedRowIds | number | The number of LinkedRowId functions registered with the |
A RelationshipsListenerStats
object is returned from the getListenerStats
method.
Since
v1.0.0