---
lang: en
title: 'API docs: repository.embedsone'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/repository
permalink: /doc/en/lb4/apidocs.repository.embedsone.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [embedsOne](./repository.embedsone.md)

## embedsOne() function

Decorator for embedsOne

**Signature:**

```typescript
export declare function embedsOne(definition?: Object): PropertyDecorator;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  definition | Object | _(Optional)_ |

**Returns:**

PropertyDecorator

A property decorator


