kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Audits
/
LowTextContrastIssueDetails
Low
Text
Contrast
Issue
Details
@
Serializable
data
class
LowTextContrastIssueDetails
(
val
violatingNodeId
:
Int
,
val
violatingNodeSelector
:
String
,
val
contrastRatio
:
Double
,
val
thresholdAA
:
Double
,
val
thresholdAAA
:
Double
,
val
fontSize
:
String
,
val
fontWeight
:
String
)
Members
Constructors
Low
Text
Contrast
Issue
Details
Link copied to clipboard
constructor
(
violatingNodeId
:
Int
,
violatingNodeSelector
:
String
,
contrastRatio
:
Double
,
thresholdAA
:
Double
,
thresholdAAA
:
Double
,
fontSize
:
String
,
fontWeight
:
String
)
Properties
contrast
Ratio
Link copied to clipboard
val
contrastRatio
:
Double
font
Size
Link copied to clipboard
val
fontSize
:
String
font
Weight
Link copied to clipboard
val
fontWeight
:
String
threshold
AA
Link copied to clipboard
val
thresholdAA
:
Double
threshold
AAA
Link copied to clipboard
val
thresholdAAA
:
Double
violating
Node
Id
Link copied to clipboard
val
violatingNodeId
:
Int
violating
Node
Selector
Link copied to clipboard
val
violatingNodeSelector
:
String