Accessibility.AXValue
A single computed AX property.
{
"id": "AXValue",
"type": "object",
"properties": [
{
"name": "type",
"$ref": "AXValueType",
"description": "The type of this value."
},
{
"name": "value",
"type": "any",
"description": "The computed value of this property.",
"optional": true
},
{
"name": "relatedNodes",
"type": "array",
"items": {
"$ref": "AXRelatedNode"
},
"description": "One or more related nodes, if applicable.",
"optional": true
},
{
"name": "sources",
"type": "array",
"items": {
"$ref": "AXValueSource"
},
"description": "The sources which contributed to the computation of this property.",
"optional": true
}
],
"description": "A single computed AX property."
}