ComposeA11yScanner
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
ComposeA11yScanner
scanner-core
/
com.composea11yscanner.core.model
/
A11yNode
/
A11yNode
A11y
Node
constructor
(
nodeId
:
String
,
composableName
:
String
,
bounds
:
Rect
,
contentDescription
:
String
?
,
isTouchTarget
:
Boolean
,
textColor
:
Color
?
,
backgroundColors
:
List
<
Color
>
,
isFocusable
:
Boolean
,
isMergedDescendant
:
Boolean
,
depth
:
Int
,
role
:
A11yRole
?
=
null
,
effectiveTouchBounds
:
Rect
?
=
null
)