Skip to main content
Version: 18.0.5

SerializedAXNode.value property

The current value of the node.

Signature:

interface SerializedAXNode {
value?: string | number;
}