RulePreviewResult interface

A rule preview result containing a dimension combination and an array of evaluations.

Properties

dimensionCombination

The list of dimensions for the evaluation.

evaluations

An array of evaluations.

Property Details

dimensionCombination

The list of dimensions for the evaluation.

dimensionCombination?: DimensionNameAndValue[]

Property Value

evaluations

An array of evaluations.

evaluations?: Evaluation[]

Property Value