core.asyncresourcevisitor.visitpropertyasync
Home > @medplum/core > AsyncResourceVisitor > visitPropertyAsync
AsyncResourceVisitor.visitPropertyAsync property
Signature:
visitPropertyAsync: (parent: TypedValueWithPath, key: string, path: string, value: TypedValueWithPath | TypedValueWithPath[], schema: InternalTypeSchema) => Promise<void>;