PropertyFilterRule Interface

Data structure that describes single filter rule.

Properties

Name Type Description
operator "is-true" | "is-false" | "is-equal" | "is-not-equal" | "greater" | "greater-or-equal" | "less" | "less-or-equal" | "like" | "is-null" | "is-not-null" Operator that should be used to compare property value.  
property PropertyDescription Property used in this rule.  
value undefined | PropertyValue Value that property should be compared to.  

Defined in

Last Updated: 05 April, 2024