UNPKG

@loopback/docs

Version:
24 lines (16 loc) 759 B
--- lang: en title: 'API docs: repository.hasmanythroughdefinition.keyfrom' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/repository 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; ```