chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.accessibility
/
AXProperty
AXProperty
@
Serializable
data
class
AXProperty
(
val
name
:
AXPropertyName
,
val
value
:
AXValue
)
(
source
)
Official doc
Members
Constructors
AXProperty
Link copied to clipboard
constructor
(
name
:
AXPropertyName
,
value
:
AXValue
)
Properties
name
Link copied to clipboard
val
name
:
AXPropertyName
The name of this property.
value
Link copied to clipboard
val
value
:
AXValue
The value of this property.