## getNestedProperty() function

**Signature:**

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

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| value | [TypedValue](/content/docs/sdk/core.typedvalue) \| undefined |  |
| key | string |  |
| options | { profileUrl?: string; withPath?: false; } | _(Optional)_ |

**Returns:**

( [TypedValue](/content/docs/sdk/core.typedvalue) \| [TypedValue](/content/docs/sdk/core.typedvalue) \| undefined)[]

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