core.asynccrawlervisitor.onenterresource
Home > @medplum/core > AsyncCrawlerVisitor > onEnterResource
AsyncCrawlerVisitor.onEnterResource property
Signature:
onEnterResource?: (path: string, value: TypedValueWithPath, schema: InternalTypeSchema) => Promise<void>;