AXProperty

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

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

The name of this property.

Link copied to clipboard

The value of this property.