@loopback/docs
Version:
Documentation for LoopBack 4
35 lines (22 loc) • 910 B
Markdown
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) > [@loopback/context](./context.md) > [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<Binding<unknown>></code> | Binding object |
<b>Returns:</b>
`JSONObject`