AXValueSource
@Serializable
A single source for a computed AX property.
Constructors
Link copied to clipboard
constructor(type: Accessibility.AXValueSourceType, value: Accessibility.AXValue? = null, attribute: String? = null, attributeValue: Accessibility.AXValue? = null, superseded: Boolean? = null, nativeSource: Accessibility.AXValueNativeSourceType? = null, nativeSourceValue: Accessibility.AXValue? = null, invalid: Boolean? = null, invalidReason: String? = null)
Properties
Link copied to clipboard
The value of the relevant attribute, if any.
Link copied to clipboard
Reason for the value being invalid, if it is.
Link copied to clipboard
The native markup source for this value, e.g. a <label>
element.
Link copied to clipboard
The value, such as a node or node list, of the native source.
Link copied to clipboard
Whether this source is superseded by a higher priority source.
Link copied to clipboard
What type of source this is.
Link copied to clipboard
The value of this property source.