chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.accessibility / AXProperty

AXProperty

data class AXProperty

Constructors

<init>

AXProperty(name: AXPropertyName, value: AXValue)

Properties

name

The name of this property.

val name: AXPropertyName

value

The value of this property.

val value: AXValue