TinyBase logoTinyBase

LinkedRowIdsListener

The LinkedRowIdsListener type describes a function that is used to listen to changes to the local Row Id ends of a Relationship.

(
  relationships: Relationships,
  relationshipId: Id,
  firstRowId: Id,
): void
TypeDescription
relationshipsRelationships

A reference to the Relationships object that changed.

relationshipIdId

The Id of the Relationship that changed.

firstRowIdId

The Id of the first Row of the the linked list whose members changed.

returnsvoid

This has no return value.

A LinkedRowIdsListener is provided when using the addLinkedRowIdsListener method. See that method for specific examples.

When called, a LinkedRowIdsListener is given a reference to the Relationships object, the Id of the Relationship that changed, and the Id of the first Row of the the linked list whose members changed.