Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Accessibility.AXRelatedNode
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { AXRelatedNode } = Protocol.Accessibility;

Properties

backendDOMNodeId: DOM.BackendNodeId

The BackendNodeId of the related DOM node.

optional
idref: string

The IDRef value provided, if any.

optional
text: string

The text alternative of this node in the current context.