Member Junction
Preparing search index...
@memberjunction/standards
CheckOutcome
Interface CheckOutcome
One check's outcome, after severity is applied.
interface
CheckOutcome
{
Check
:
StandardCheck
;
Notes
:
string
[]
;
Severity
:
"warn"
|
"error"
;
Violations
:
Violation
[]
;
}
Index
Properties
Check
Notes
Severity
Violations
Properties
Check
Check
:
StandardCheck
Notes
Notes
:
string
[]
Severity
Severity
:
"warn"
|
"error"
Violations
Violations
:
Violation
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Check
Notes
Severity
Violations
Member Junction
Loading...
One check's outcome, after severity is applied.