Interface RuleSimpleValue

interface RuleSimpleValue {
    literal: string | number | string[];
    operator: string;
    propertyName: string;
}

Properties

literal: string | number | string[]

The literal of the rule value. extends RuleBaseValue

operator: string

The operator of the rule value.

propertyName: string

The property name of the rule value