Home > @uniformdev/canvas > EvaluatePropertyCriteriaOptions

EvaluatePropertyCriteriaOptions interface

Signature:

Extends: Omit<EvaluateCriteriaGroupOptions, 'criteriaGroup'>

Properties

PropertyModifiersTypeDescription
baseValueunknownThe base value of the property. May be a localized value.
conditionalValuesComponentParameterConditionalValue[] | undefinedConditional 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)