RelationshipIdsListener
The RelationshipIdsListener
type describes a function that is used to listen to Relationship
definitions being added or removed.
(relationships: Relationships): void
Type | Description | |
---|---|---|
relationships | Relationships | A reference to the |
returns | void | This has no return value. |
A RelationshipIdsListener
is provided when using the addRelationshipIdsListener
method. See that method for specific examples.
When called, a RelationshipIdsListener
is given a reference to the Relationships
object.
Since
v1.0.0