Skip to main content

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

TypedValue

The typed value to crawl.

visitor

CrawlerVisitor

The visitor functions to apply while crawling.

options

CrawlerOptions

(Optional) Options for how to crawl the typed value.

Returns:

void