@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
35 lines (22 loc) • 984 B
Markdown
---
lang: en
title: 'API docs: context.inspectinjections'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/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 | Readonly<[Binding](./context.binding.md)<!-- --><unknown>> | Binding object |
<b>Returns:</b>
[JSONObject](./context.jsonobject.md)