Home > @uniformdev/canvas > EvaluatePropertyCriteriaOptions
EvaluatePropertyCriteriaOptions interface
Signature:
Extends: Omit<EvaluateCriteriaGroupOptions, 'criteriaGroup'>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
baseValue | unknown | The base value of the property. May be a localized value. | |
conditionalValues | ComponentParameterConditionalValue[] | undefined | Conditional values that are possible for the property. May be localized conditions. | |
keepIndeterminate? | boolean | (Optional) Controls the overall result when indeterminate criteria are found (unknown rule types, or rule evaluators that return null) When true, indeterminate criteria will be kept for downstream evaluation when more rule types are available When false, indeterminate criteria will be treated as non-matching and removed (appropriate for the final rules evaluation before rendering) |