---
lang: en
title: 'API docs: context.resolutionsession.currentinjection'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.context.resolutionsession.currentinjection.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/context](./context.md) &gt; [ResolutionSession](./context.resolutionsession.md) &gt; [currentInjection](./context.resolutionsession.currentinjection.md)

## ResolutionSession.currentInjection property

Getter for the current injection

<b>Signature:</b>

```typescript
readonly currentInjection: Readonly<Injection> | undefined;
```

