BaselineAdjustedResult interface

The rule result adjusted with baseline.

Properties

baseline

Baseline details.

resultsNotInBaseline

Results that are not in the baseline.

resultsOnlyInBaseline

Results that are in the baseline.

status

The rule result status.

Property Details

baseline

Baseline details.

baseline?: Baseline

Property Value

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