data class AXRelatedNode
<init> |
AXRelatedNode(backendDOMNodeId: BackendNodeId, idref: String? = null, text: String? = null) |
backendDOMNodeId |
The BackendNodeId of the related DOM node. val backendDOMNodeId: BackendNodeId |
idref |
The IDRef value provided, if any. val idref: String? |
text |
The text alternative of this node in the current context. val text: String? |