core.crawlresource
Home > @medplum/core > crawlResource
crawlResource() function
Signature:
export declare function crawlResource(resource: Resource, visitor: ResourceVisitor, schema?: InternalTypeSchema, initialPath?: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| resource | Resource | |
| visitor | ResourceVisitor | |
| schema | InternalTypeSchema | (Optional) |
| initialPath | string | (Optional) |
Returns:
void