Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AXNode

Index

Properties

autocomplete

autocomplete: string

What kind of autocomplete is supported by a control.

checked

checked: boolean | "mixed"

Whether the checkbox is checked, or "mixed".

children

children: AXNode[]

Child nodes of this node, if any.

description

description: string

An additional human readable description of the node.

disabled

disabled: boolean

Whether the node is disabled.

expanded

expanded: boolean

Whether the node is expanded or collapsed.

focused

focused: boolean

Whether the node is focused.

haspopup

haspopup: string

What kind of popup is currently being shown for a node.

invalid

invalid: string

Whether and in what way this node's value is invalid.

keyshortcuts

keyshortcuts: string

Keyboard shortcuts associated with this node.

level

level: number

The level of a heading.

modal

modal: boolean

Whether the node is modal.

multiline

multiline: boolean

Whether the node text input supports multiline.

multiselectable

multiselectable: boolean

Whether more than one child can be selected.

name

name: string

A human readable name for the node.

orientation

orientation: string

Whether the node is oriented horizontally or vertically.

pressed

pressed: boolean | "mixed"

Whether the toggle button is checked, or "mixed".

readonly

readonly: boolean

Whether the node is read only.

required

required: boolean

Whether the node is required.

role

role: string

The role.

roledescription

roledescription: string

A human readable alternative to the role.

selected

selected: boolean

Whether the node is selected in its parent node.

value

value: string | number

The current value of the node.

valuemax

valuemax: number

The maximum value in a node.

valuemin

valuemin: number

The minimum value in a node.

valuetext

valuetext: string

A description of the current value.