$arrayEvery
$arrayEvery
will test whether all elements in the array pass the condition.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
name | string | Array name. | true |
query | string | The element we will be queering for every element inside the array. | true |
queryType | string | The comparison operator. | false |
Comparison Operators
includes
— IncludingstartsWith
— Starts withendsWith
— Ends with==
— Equal to!=
— Not equal to>
— Greater than<
— Less than>=
— Greater than or equal to<=
— Less than or equal to