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