UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

76 lines (40 loc) 1.03 kB
--- lang: en title: 'API docs: filter.andclause' 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.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/filter](./filter.md) &gt; [AndClause](./filter.andclause.md) ## AndClause interface And clause **Signature:** ```typescript export interface AndClause<MT extends object> ``` ## Example ```ts { and: [...], } ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td markdown="1"> [and](./filter.andclause.and.md) </td><td markdown="1"> </td><td markdown="1"> [Where](./filter.where.md)<!-- -->&lt;MT&gt;\[\] </td><td markdown="1"> </td></tr> </tbody></table>