IAssociationStats

Interface

associations involve a 2-way agreement between parent and child. This interface allows us to keep track of an entity's association stats with another entity

Properties

Property Type Notes
associated number

number of full associations

pending number

number of outgoing association requests

requesting number

number of incoming association requests

included Optional number

number of entities included by the parent = associated + pending

referenced Optional number

number of entity's the child references = associated + pending


Interface defined in common/src/associations/types.ts:39