Page Contents
Home > @loopback/repository > RelationDefinitionBase > name
RelationDefinitionBase.name property
The relation name, typically matching the name of the accessor property defined on the source model. For example “orders” or “customer”.
Signature:
name: string;