Skip to main content

core.asynccrawlervisitor.visitpropertyasync

Home > @medplum/core > AsyncCrawlerVisitor > visitPropertyAsync

AsyncCrawlerVisitor.visitPropertyAsync property

Signature:

visitPropertyAsync: (parent: TypedValueWithPath, key: string, path: string, value: TypedValueWithPath | TypedValueWithPath[], schema: InternalTypeSchema) => Promise<void>;