struct Protocol::Accessibility::AXValue

Overview

A single computed AX property.

Included Modules

Defined in:

protocol/accessibility.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def related_nodes : Array(AXRelatedNode) | Nil #

One or more related nodes, if applicable.


[View source]
def sources : Array(AXValueSource) | Nil #

The sources which contributed to the computation of this property.


[View source]
def type : AXValueType #

The type of this value.


[View source]
def value : JSON::Any | Nil #

The computed value of this property.


[View source]