@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
35 lines (22 loc) • 1.09 kB
Markdown
---
lang: en
title: 'API docs: context.describeinjectedproperties'
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.describeinjectedproperties.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context](./context.md) > [describeInjectedProperties](./context.describeinjectedproperties.md)
## describeInjectedProperties() function
Return a map of injection objects for properties
<b>Signature:</b>
```typescript
export declare function describeInjectedProperties(target: Object): MetadataMap<Readonly<Injection>>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| target | Object | The target class for static properties or prototype for instance properties. |
<b>Returns:</b>
[MetadataMap](./metadata.metadatamap.md)<!-- --><Readonly<[Injection](./context.injection.md)<!-- -->>>