core.crawltypedvalueasync
Home > @medplum/core > crawlTypedValueAsync
crawlTypedValueAsync() function
Crawls the typed value asynchronously.
Signature:
export declare function crawlTypedValueAsync(typedValue: TypedValue, visitor: AsyncCrawlerVisitor, options?: CrawlerOptions): Promise<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:
Promise<void>
Promise to crawl the typed value.