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

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [PropertyForm](./repository.propertyform.md)

## PropertyForm interface

See https://github.com/strongloop/loopback-datasource-juggler/issues/432

<b>Signature:</b>

```typescript
export interface PropertyForm 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [in?](./repository.propertyform.in.md) | boolean | <i>(Optional)</i> |
|  [name?](./repository.propertyform.name.md) | string | <i>(Optional)</i> |
|  [out?](./repository.propertyform.out.md) | boolean | <i>(Optional)</i> |


