core.crawltypedvalueasync | Medplum

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 TypedValue The typed value to crawl.
visitor AsyncCrawlerVisitor The visitor functions to apply while crawling.
options CrawlerOptions (Optional) Options for how to crawl the typed value.

Returns:

Promise

Promise to crawl the typed value.