data class AXValue
A single computed AX property.
<init> |
A single computed AX property. AXValue(type: AXValueType, value: JsonElement? = null, : List<AXRelatedNode>? = null, sources: List<AXValueSource>? = null) |
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? |