Type parameters
-
T: TRefItem
Hierarchy
-
BaseFieldOperand
- RefItemFieldOperand
Properties
Readonly not
Logical negation.
Methods
eq
-
The field’s value is equal to the one of another field or constant, or it is undefined.
Parameters
-
x: FieldOperand<T> | ConstOperandType<T> | null | ContextOperand
Field or constant that the field needs to be compared with.
Returns Filter
-
in
-
The field is included in a Many/Multiple type field as an item.
Parameters
-
x: FieldArrayOperand<T> | FieldArrayOperand<T[]> | ConstOperandType<T>[] | ContextOperand[]
Array that the field needs to be included in.
Returns Filter
-
neq
-
The field’s value is not equal to another field or constant, or it is undefined.
Parameters
-
x: FieldOperand<T> | ConstOperandType<T> | null | ContextOperand
Field or constant that the field needs to be compared with.
Returns Filter
-
Filtering of a collection based on having link to an item of an arbitrary app
RefItemFieldOperand provides a method to filter items based on whether they have a link to an item of an arbitrary app.