UNPKG

@loopback/docs

Version:
23 lines (15 loc) 674 B
--- lang: en title: 'API docs: repository.hasmanythroughdefinition.keyfrom' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.repository.hasmanythroughdefinition.keyfrom.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [HasManyThroughDefinition](./repository.hasmanythroughdefinition.md) &gt; [keyFrom](./repository.hasmanythroughdefinition.keyfrom.md) ## HasManyThroughDefinition.keyFrom property The foreign key in the source model, e.g. Customer\#id. <b>Signature:</b> ```typescript keyFrom: string; ```