struct Protocol::Accessibility::AXRelatedNode

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 backend_dom_node_id : DOM::BackendNodeId #

The BackendNodeId of the related DOM node.


[View source]
def idref : String | Nil #

The IDRef value provided, if any.


[View source]
def text : String | Nil #

The text alternative of this node in the current context.


[View source]