@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
24 lines (16 loc) • 795 B
Markdown
lang: en
title: 'API docs: repository.propertydefinition.hidden'
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.propertydefinition.hidden.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/repository](./repository.md) > [PropertyDefinition](./repository.propertydefinition.md) > [hidden](./repository.propertydefinition.hidden.md)
## PropertyDefinition.hidden property
Used to hide this property from the response body, adding this property to the hiddenProperties array
<b>Signature:</b>
```typescript
hidden?: boolean;
```