|
| 1 | +Project: /docs/reference/js/_project.yaml |
| 2 | +Book: /docs/reference/_book.yaml |
| 3 | +page_type: reference |
| 4 | + |
| 5 | +{% comment %} |
| 6 | +DO NOT EDIT THIS FILE! |
| 7 | +This is generated by the JS SDK team, and any local changes will be |
| 8 | +overwritten. Changes should be made in the source code at |
| 9 | +https://github.com/firebase/firebase-js-sdk |
| 10 | +{% endcomment %} |
| 11 | + |
| 12 | +# ArrayContains class |
| 13 | +> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment. |
| 14 | +> |
| 15 | +
|
| 16 | + |
| 17 | +<b>Signature:</b> |
| 18 | + |
| 19 | +```typescript |
| 20 | +export declare class ArrayContains extends FirestoreFunction implements FilterCondition |
| 21 | +``` |
| 22 | +<b>Extends:</b> [FirestoreFunction](./firestore_.firestorefunction.md#firestorefunction_class) |
| 23 | +
|
| 24 | +<b>Implements:</b> [FilterCondition](./firestore_.filtercondition.md#filtercondition_interface) |
| 25 | +
|
| 26 | +## Constructors |
| 27 | +
|
| 28 | +| Constructor | Modifiers | Description | |
| 29 | +| --- | --- | --- | |
| 30 | +| [(constructor)(array, element)](./firestore_.arraycontains.md#arraycontainsconstructor) | | <b><i>(BETA)</i></b> Constructs a new instance of the <code>ArrayContains</code> class | |
| 31 | +
|
| 32 | +## Properties |
| 33 | +
|
| 34 | +| Property | Modifiers | Type | Description | |
| 35 | +| --- | --- | --- | --- | |
| 36 | +| [filterable](./firestore_.arraycontains.md#arraycontainsfilterable) | | true | <b><i>(BETA)</i></b> | |
| 37 | +
|
| 38 | +## ArrayContains.(constructor) |
| 39 | +
|
| 40 | +> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment. |
| 41 | +> |
| 42 | +
|
| 43 | +Constructs a new instance of the `ArrayContains` class |
| 44 | +
|
| 45 | +<b>Signature:</b> |
| 46 | +
|
| 47 | +```typescript |
| 48 | +constructor(array: Constant, element: Constant); |
| 49 | +``` |
| 50 | +
|
| 51 | +#### Parameters |
| 52 | +
|
| 53 | +| Parameter | Type | Description | |
| 54 | +| --- | --- | --- | |
| 55 | +| array | [Constant](./firestore_.constant.md#constant_class) | | |
| 56 | +| element | [Constant](./firestore_.constant.md#constant_class) | | |
| 57 | +
|
| 58 | +## ArrayContains.filterable |
| 59 | +
|
| 60 | +> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment. |
| 61 | +> |
| 62 | +
|
| 63 | +<b>Signature:</b> |
| 64 | +
|
| 65 | +```typescript |
| 66 | +filterable: true; |
| 67 | +``` |
0 commit comments