## getNestedProperty() function

**Signature:**

```typescript
export declare function getNestedProperty(value: TypedValueWithPath | undefined, key: string, options: {
    profileUrl?: string;
    withPath: true;
}): (TypedValueWithPath | TypedValueWithPath[])[];
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| value | [TypedValueWithPath](/content/docs/sdk/core.typedvaluewithpath) \| undefined |  |
| key | string |  |
| options | { profileUrl?: string; withPath: true; } |  |

**Returns:**

( [TypedValueWithPath](/content/docs/sdk/core.typedvaluewithpath) \| [TypedValueWithPath](/content/docs/sdk/core.typedvaluewithpath))[]

- [getNestedProperty() function](/content/docs/sdk/core.getnestedproperty#getnestedproperty-function/index.html)
- [Parameters](/content/docs/sdk/core.getnestedproperty#parameters/index.html)
