Type parameters
Hierarchy
-
BaseFieldOperand
- PhoneFieldOperand
Properties
Readonly not
Logical negation.
Methods
eq
-
The field’s value is 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. If the type of the constant is Phone number, elements are filtered only ne Phone number.
Returns Filter
-
gt
-
Parameters
-
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Поле или константа, с которыми необходимо сравнить поле.
Returns Filter
-
gte
-
Parameters
-
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Поле или константа, с которыми необходимо сравнить поле.
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
-
like
-
Filtering based on whether the substring is included in the variable or constant.
Parameters
-
x: string
String that the values of the items need to be included in.
Returns Filter
-
lt
-
Parameters
-
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Поле или константа, с которыми необходимо сравнить поле.
Returns Filter
-
lte
-
Parameters
-
x: FieldOperand<T> | ConstOperandType<T> | ContextOperand
Поле или константа, с которыми необходимо сравнить поле.
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. If the type of the constant is Phone number, elements are filtered only ne Phone number.
Returns Filter
-
Filtering of a collection by a Phone number type field
PhoneFieldOperand provides methods for filtering by Phone number type fields.