LocalRowIdsListener
The LocalRowIdsListener type describes a function that is used to listen to changes to the local Row Id ends of a Relationship.
(
relationships: Relationships,
relationshipId: Id,
remoteRowId: Id,
): void| Type | Description | |
|---|---|---|
relationships | Relationships | A reference to the |
relationshipId | Id | The |
remoteRowId | Id | |
| returns | void | This has no return value. |
A LocalRowIdsListener is provided when using the addLocalRowIdsListener method. See that method for specific examples.
When called, a LocalRowIdsListener is given a reference to the Relationships object, the Id of the Relationship that changed, and the Id of the remote Row whose local Row Ids changed.
Since
v1.0.0