UNPKG

@loopback/docs

Version:
34 lines (22 loc) 888 B
--- lang: en title: 'API docs: repository.filtertemplate' 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.filtertemplate.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [filterTemplate](./repository.filtertemplate.md) ## filterTemplate() function <b>Signature:</b> ```typescript export declare function filterTemplate(strings: TemplateStringsArray, ...keys: any[]): (ctx: AnyObject) => any; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | strings | TemplateStringsArray | | | keys | any\[\] | | <b>Returns:</b> (ctx: [AnyObject](./repository.anyobject.md)<!-- -->) =&gt; any