struct Protocol::Accessibility::AXValue
- Protocol::Accessibility::AXValue
- Struct
- Value
- Object
Overview
A single computed AX property.
Included Modules
- JSON::Serializable
Defined in:
protocol/accessibility.crConstructors
Instance Method Summary
-
#related_nodes : Array(AXRelatedNode) | Nil
One or more related nodes, if applicable.
-
#sources : Array(AXValueSource) | Nil
The sources which contributed to the computation of this property.
-
#type : AXValueType
The type of this value.
-
#value : JSON::Any | Nil
The computed value of this property.
Constructor Detail
Instance Method Detail
def sources : Array(AXValueSource) | Nil
#
The sources which contributed to the computation of this property.