AXProperty

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

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.