TinyBase logoTinyBase

RelationshipIdsListener

The RelationshipIdsListener type describes a function that is used to listen to Relationship definitions being added or removed.

(relationships: Relationships): void
TypeDescription
relationshipsRelationships

A reference to the Relationships object that changed.

returnsvoid

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.

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.