Skip to main content
Version: 18.2.1

SerializedAXNode.value property

The current value of the node.

Signature:

interface SerializedAXNode {
value?: string | number;
}