Skip to main content

core.getelementdefinitionforpath

Home > @medplum/core > getElementDefinitionForPath

getElementDefinitionForPath() function

Signature:

export declare function getElementDefinitionForPath(typeName: string, path: string, profileUrl?: string): InternalSchemaElement | undefined;

Parameters

Parameter

Type

Description

typeName

string

path

string

profileUrl

string

(Optional)

Returns:

InternalSchemaElement | undefined