A X Value Source
data class AXValueSource(type: AXValueSourceType, value: AXValue?, attribute: String?, attributeValue: AXValue?, superseded: Boolean?, nativeSource: AXValueNativeSourceType?, nativeSourceValue: AXValue?, invalid: Boolean?, invalidReason: String?)
Content copied to clipboard
A single source for a computed AX property.
Constructors
AXValueSource
Link copied to clipboard
fun AXValueSource(type: AXValueSourceType, value: AXValue? = null, attribute: String? = null, attributeValue: AXValue? = null, superseded: Boolean? = null, nativeSource: AXValueNativeSourceType? = null, nativeSourceValue: AXValue? = null, invalid: Boolean? = null, invalidReason: String? = null)
Content copied to clipboard
Properties
attributeValue
Link copied to clipboard
invalidReason
Link copied to clipboard
nativeSource
Link copied to clipboard
nativeSourceValue
Link copied to clipboard
superseded
Link copied to clipboard
type
Link copied to clipboard
Sources
jvm source
Link copied to clipboard