Skip to main content
Version: Next

SerializedAXNode.name property

A human readable name for the node.

Signature:

interface SerializedAXNode {
name?: string;
}