Classes
Enumerations
Interfaces
TypeAliases

CompassRelationship

A relationship between two components. The startNode and endNode depends on the direction of the relationship.

Property NameTypeDescription
__typenameLiteral
changeMetadataMaybe<CompassChangeMetadata>
endNodeMaybe<CompassComponent>The ending node of the relationship. This will be the other component if the direction is OUTWARD.
startNodeMaybe<CompassComponent>The starting node of the relationship. This will be the current component if the direction is OUTWARD.
typeCompassRelationshipTypeThe type of relationship.

Rate this page: