@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
22 lines (15 loc) • 593 B
Markdown
lang: en
title: 'API docs: filter.andclause.and'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/filter
permalink: /doc/en/lb4/apidocs.filter.andclause.and.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/filter](./filter.md) > [AndClause](./filter.andclause.md) > [and](./filter.andclause.and.md)
## AndClause.and property
<b>Signature:</b>
```typescript
and: Where<MT>[];
```