AXProperty

@Serializable
data class AXProperty(val name: AXPropertyName, val value: AXValue)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(name: AXPropertyName, value: AXValue)

Properties

Link copied to clipboard

The name of this property.

Link copied to clipboard

The value of this property.