Interface RuleBaseValue

interface RuleBaseValue {
    operator: string;
    propertyName: string;
}

Properties

operator: string

The operator of the rule value.

propertyName: string

The property name of the rule value