Class CheckContrastCommandSettings
Runs the contrast check for the target page. Found issues are reported using Audits.issueAdded event.
public sealed class CheckContrastCommandSettings : ICommand
- Inheritance
-
CheckContrastCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ReportAAA
Whether to report WCAG AAA level issues. Default is false.
[JsonPropertyName("reportAAA")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ReportAAA { get; set; }
Property Value
- bool?