(get-partial-ax-tree)
(get-partial-ax-tree {:as params :keys [node-id fetch-relatives]})
(get-partial-ax-tree connection {:as params :keys [node-id fetch-relatives]})
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
Parameters map keys:
Key | Description |
---|---|
:node-id | ID of node to get the partial accessibility tree for. |
:fetch-relatives | Whether to fetch this nodes ancestors, siblings and children. Defaults to true. (optional) |
Return map keys:
Key | Description |
---|---|
:nodes | The Accessibility.AXNode for this DOM node, if it exists, plus its ancestors, siblings and children, if requested. |
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists. Parameters map keys: Key | Description -----------------|------------ :node-id | ID of node to get the partial accessibility tree for. :fetch-relatives | Whether to fetch this nodes ancestors, siblings and children. Defaults to true. (optional) Return map keys: Key | Description -------|------------ :nodes | The `Accessibility.AXNode` for this DOM node, if it exists, plus its ancestors, siblings and children, if requested.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close