BaselineAdjustedResult interface
The rule result adjusted with baseline.
Properties
| baseline | Baseline details. |
| results |
Results that are not in the baseline. |
| results |
Results that are in the baseline. |
| status | The rule result status. |
Property Details
baseline
resultsNotInBaseline
Results that are not in the baseline.
resultsNotInBaseline?: string[][]
Property Value
string[][]
resultsOnlyInBaseline
Results that are in the baseline.
resultsOnlyInBaseline?: string[][]
Property Value
string[][]
status
The rule result status.
status?: string
Property Value
string