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
remoteRowIdnumber

The number of RemoteRowIdListener functions registered with the Relationships object.

localRowIdsnumber

The number of LocalRowIdsListener functions registered with the Relationships object.

linkedRowIdsnumber

The number of LinkedRowId functions registered with the Relationships object.

A RelationshipsListenerStats object is returned from the getListenerStats method.

Since

v1.0.0