Page Contents
Home > @loopback/repository > RelationDefinitionBase > source
RelationDefinitionBase.source property
The source model of this relation.
E.g. when a Customer has many Order instances, then Customer is the source.
Signature:
source: typeof Entity;