Interface RelationshipMetaObj

An object structure for holding relationship metadata, aimed at optimizing lookup operations and iterations.

interface RelationshipMetaObj {
    belongsToRelationships: BelongsToRelationship[];
    relationsLookup: RelationshipLookup;
}

Properties

belongsToRelationships: BelongsToRelationship[]
relationsLookup: RelationshipLookup

Generated using TypeDoc