UNPKG

@loopback/docs

Version:
35 lines (22 loc) 883 B
--- lang: en title: 'API docs: core.extensionfor' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/core permalink: /doc/en/lb4/apidocs.core.extensionfor.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/core](./core.md) &gt; [extensionFor](./core.extensionfor.md) ## extensionFor() function A factory function to create binding template for extensions of the given extension point <b>Signature:</b> ```typescript export declare function extensionFor(...extensionPointNames: string[]): BindingTemplate; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | extensionPointNames | <code>string[]</code> | Names of the extension point | <b>Returns:</b> `BindingTemplate`