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

AXValue

data class AXValue

A single computed AX property.

Constructors

<init>

A single computed AX property.

AXValue(type: AXValueType, value: JsonElement? = null, relatedNodes: List<AXRelatedNode>? = null, sources: List<AXValueSource>? = null)

Properties

relatedNodes

One or more related nodes, if applicable.

val relatedNodes: List<AXRelatedNode>?

sources

The sources which contributed to the computation of this property.

val sources: List<AXValueSource>?

type

The type of this value.

val type: AXValueType

value

The computed value of this property.

val value: JsonElement?