banira
Home
Docs
CLI
GitHub
Preparing search index...
RawAxeResults
Interface RawAxeResults
The shape of an axe-core result we read from (a subset of
axe.run
's output).
interface
RawAxeResults
{
incomplete
?:
unknown
[]
;
violations
?:
{
description
?:
string
;
help
?:
string
;
helpUrl
?:
string
;
id
:
string
;
impact
?:
string
|
null
;
nodes
?:
unknown
[]
;
}
[]
;
}
Index
Properties
incomplete?
violations?
Properties
Optional
incomplete
incomplete
?:
unknown
[]
Optional
violations
violations
?:
{
description
?:
string
;
help
?:
string
;
helpUrl
?:
string
;
id
:
string
;
impact
?:
string
|
null
;
nodes
?:
unknown
[]
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
incomplete
violations
Home
Docs
CLI
GitHub
banira
Loading...
The shape of an axe-core result we read from (a subset of
axe.run's output).