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