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