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 RemoteRowIdListeners registered with the |
localRowIds? | number | The number of LocalRowIdsListeners registered with the |
linkedRowIds? | number | The number of LinkedRowIds registered with the |
A RelationshipsListenerStats
object is returned from the getListenerStats method, and is only populated in a debug build.