TinyBase logoTinyBase

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 RemoteRowIdListener functions registered with the Relationships object.

localRowIds?number

The number of LocalRowIdsListener functions registered with the Relationships object.

linkedRowIds?number

The number of LinkedRowId functions registered with the Relationships object.

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