---
lang: en
title: 'API docs: context.getdeepproperty'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/context
permalink: /doc/en/lb4/apidocs.context.getdeepproperty.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/context](./context.md) &gt; [getDeepProperty](./context.getdeepproperty.md)

## getDeepProperty() function

Get nested properties of an object by path

<b>Signature:</b>

```typescript
export declare function getDeepProperty<OUT = BoundValue, IN = BoundValue>(value: IN, path: string): OUT | undefined;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  value | IN | Value of the source object |
|  path | string | Path to the property |

<b>Returns:</b>

OUT \| undefined


