Constructor
new PropertyFilter(Property, operator, val)
Build a Property Filter object.
Parameters:
Name | Type | Description |
---|---|---|
Property |
string |
The property name that the filter will be applied to. |
operator |
Operator |
The comparison operator that the filter applies. |
val |
any |
The value that the filter compares the property to. |
Methods
toProto()
Gets the proto for the filter.