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