FilterDescriptor
A basic filter expression. Usually a part of CompositeFilterDescriptor
.
For more information, refer to the filterBy
method.
Name | Type | Default | Description |
---|---|---|---|
field? |
|
The field of the data item to which the filter operator is applied. | |
ignoreCase? |
|
Determines if the string comparison is case-insensitive. | |
operator |
|
The filter operator (comparison). The supported operators are:
The following operators are supported for string fields only:
| |
value? |
|
The value to which the field is compared. Has to be of the same type as the field. |