Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Accessibility.AXRelatedNode
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { AXRelatedNode } = default.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.