Type parameters
-
T: Type
Hierarchy
-
BaseFieldOperand
- FieldArrayOperand
Properties
Readonly not
Logical negation.
Methods
all
-
The list is included in a specified list.
Parameters
-
x: FieldArrayOperand<T> | FieldArrayOperand<T[]> | ConstOperandType<T>[]
List that the collection item field with multiple values needs to be included in.
Returns Filter
-
has
-
The value is included in a specified list.
Parameters
-
x: FieldOperand<T> | ConstOperandType<T>
Field or constant that a collection item field with multiple values has to contain.
Returns Filter
-
Filter by a many-to-many filed in collection
FieldArrayOperand provides methods that allows the filtering of Many/ Multiple fields.