UNPKG

@loopback/docs

Version:
35 lines (22 loc) 910 B
--- lang: en title: 'API docs: context.inspectinjections' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/context permalink: /doc/en/lb4/apidocs.context.inspectinjections.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/context](./context.md) &gt; [inspectInjections](./context.inspectinjections.md) ## inspectInjections() function Inspect injections for a binding created with `toClass` or `toProvider` <b>Signature:</b> ```typescript export declare function inspectInjections(binding: Readonly<Binding<unknown>>): JSONObject; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | binding | <code>Readonly&lt;Binding&lt;unknown&gt;&gt;</code> | Binding object | <b>Returns:</b> `JSONObject`