core.getnestedproperty | Medplum

getNestedProperty() function

Signature:

export declare function getNestedProperty(value: TypedValueWithPath | undefined, key: string, options: {
    profileUrl?: string;
    withPath: true;
}): (TypedValueWithPath | TypedValueWithPath[])[];

Parameters

Parameter Type Description
value TypedValueWithPath | undefined
key string
options { profileUrl?: string; withPath: true; }

Returns:

( TypedValueWithPath | TypedValueWithPath)[]