Listener type aliases
This is the collection of listener type aliases within the relationships
module. There are only three listener type aliases, LinkedRowIdsListener
, LocalRowIdsListener
, and RemoteRowIdListener
.
LinkedRowIdsListener
The LinkedRowIdsListener
type describes a function that is used to listen to changes to the local Row
Id
ends of a Relationship
.
LocalRowIdsListener
The LocalRowIdsListener
type describes a function that is used to listen to changes to the local Row
Id
ends of a Relationship
.
RemoteRowIdListener
The RemoteRowIdListener
type describes a function that is used to listen to changes to the remote Row
Id
end of a Relationship
.