Skip to main content

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

TypedValue | TypedValueWithPath

path

string

options

GetTypedPropertyValueOptions

(Optional)

Returns:

TypedValueWithPath[] | TypedValueWithPath