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
Type | Description | |
---|---|---|
relationships | Relationships | A reference to the |
relationshipId | Id | The |
firstRowId | Id | The |
returns | void | 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.