import { type SerializedAXNode } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Represents a Node and the properties of it that are relevant to Accessibility.
Properties
The role of the node.
Whether the checkbox is checked, or in a mixed state.
optional
children: SerializedAXNode[]Children of this node, if there are any.