AXRelatedNode

@Serializable
data class AXRelatedNode(val backendDOMNodeId: Int, val idref: String? = null, val text: String? = null)

Constructors

Link copied to clipboard
constructor(backendDOMNodeId: Int, idref: String? = null, text: String? = null)

Properties

Link copied to clipboard

The BackendNodeId of the related DOM node.

Link copied to clipboard
val idref: String? = null

The IDRef value provided, if any.

Link copied to clipboard
val text: String? = null

The text alternative of this node in the current context.