core.getnestedproperty_1
Home > @medplum/core > getNestedProperty
getNestedProperty() function
Signature:
export declare function getNestedProperty(value: TypedValue | undefined, key: string, options?: {
    profileUrl?: string;
    withPath?: false;
}): (TypedValue | TypedValue[] | undefined)[];
Parameters
Parameter  | Type  | Description  | 
|---|---|---|
value  | TypedValue | undefined  | |
key  | string  | |
options  | { profileUrl?: string; withPath?: false; }  | (Optional)  | 
Returns:
(TypedValue | TypedValue[] | undefined)[]