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