## getTypedPropertyValueWithPath() function

**Signature:**

```typescript
export declare function getTypedPropertyValueWithPath(input: TypedValue | TypedValueWithPath, path: string, options?: GetTypedPropertyValueOptions): TypedValueWithPath[] | TypedValueWithPath;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| input | [TypedValue](/content/docs/sdk/core.typedvalue) \| [TypedValueWithPath](/content/docs/sdk/core.typedvaluewithpath) |  |
| path | string |  |
| options | [GetTypedPropertyValueOptions](/content/docs/sdk/core.gettypedpropertyvalueoptions) | _(Optional)_ |

**Returns:**

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

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