core.gettypedpropertyvaluewithpath | Medplum
getTypedPropertyValueWithPath() function
Signature:
export declare function getTypedPropertyValueWithPath(input: TypedValue | TypedValueWithPath, path: string, options?: GetTypedPropertyValueOptions): TypedValueWithPath[] | TypedValueWithPath;
Parameters
| Parameter | Type | Description |
|---|---|---|
| input | TypedValue | TypedValueWithPath | |
| path | string | |
| options | GetTypedPropertyValueOptions | (Optional) |
Returns: