toggle menu
chrome-devtools-kotlin
5.11.0-1255431
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.accessibility
/
AXProperty
AXProperty
@
Serializable
data
class
AXProperty
(
val
name
:
AXPropertyName
,
val
value
:
AXValue
)
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.