PropertyFilterBuilderRule Interface

Data structure that describes PropertyFilterBuilder component single rule.

Properties

Name Type Description
errorMessage string | undefined Error message of this rule.  
groupId string Id of rule group that this rule is nested in.  
id string Id of this rule.  
operator PropertyFilterBuilderRuleOperator | undefined Operator that should be used to compare property value.  
property PropertyDescription | undefined Property used in this rule.  
value PropertyValue | undefined Value that property should be compared to.  

Defined in

Last Updated: 13 May, 2024