core.crawltypedvalue
Home > @medplum/core > crawlTypedValue
crawlTypedValue() function
Crawls the typed value synchronously.
Signature:
export declare function crawlTypedValue(typedValue: TypedValue, visitor: CrawlerVisitor, options?: CrawlerOptions): void;
Parameters
Parameter | Type | Description |
---|---|---|
typedValue | The typed value to crawl. | |
visitor | The visitor functions to apply while crawling. | |
options | (Optional) Options for how to crawl the typed value. |
Returns:
void