Skip to main content

SerializedAXNode.value property

The current value of the node.

Signature:

interface SerializedAXNode {
value?: string | number;
}