ComposeA11yScanner
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
ComposeA11yScanner
scanner-core
/
com.composea11yscanner.core.model
/
A11yIssue
/
A11yIssue
A11y
Issue
constructor
(
issueId
:
String
,
severity
:
A11ySeverity
,
ruleId
:
String
,
ruleName
:
String
,
affectedNode
:
A11yNode
,
message
:
String
,
howToFix
:
String
,
wcagReference
:
String
?
)