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;
}
TypeDescription
remoteRowId?number

The number of RemoteRowIdListeners registered with the Relationships object.

localRowIds?number

The number of LocalRowIdsListeners registered with the Relationships object.

linkedRowIds?number

The number of LinkedRowIds registered with the Relationships object.

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