func accessibilityActionDescription (NSAccessibility.Action) -> String?
Returns a localized description of the specified action.
func accessibilityActionNames () -> [NSAccessibility.Action]
Returns an array of action names supported by the accessibility element.
func accessibilityArrayAttributeCount (NSAccessibility.Attribute) -> Int
Returns the count of the specified accessibility array attribute.
func accessibilityArrayAttributeValues (NSAccessibility.Attribute, index: Int, maxCount : Int) -> [Any]
Returns a subarray of values of an accessibility array attribute.
func accessibilityAttributeNames () -> [NSAccessibility.Attribute]
Returns an array of attribute names supported by the receiver.
func accessibilityAttributeValue (NSAccessibility.Attribute) -> Any?
Returns the value of the specified attribute in the receiver.
func accessibilityIndex (ofChild : Any) -> Int
Returns the index of the specified accessibility child in the parent.
func accessibilityIsAttributeSettable (NSAccessibility.Attribute) -> Bool
Returns a Boolean value that indicates whether the value for the specified attribute in the receiver can be set.
func accessibilityIsIgnored () -> Bool
Returns a Boolean value indicating whether the receiver should be ignored in the parent-child accessibility hierarchy.
func accessibilityParameterizedAttributeNames () -> [NSAccessibility.ParameterizedAttribute]
Returns a list of parameterized attribute names supported by the receiver.
func accessibilityPerformAction (NSAccessibility.Action)
Performs the action associated with the specified action.
func accessibilitySetOverrideValue (Any?, forAttribute : NSAccessibility.Attribute) -> Bool
Overrides the specified attribute in the receiver or adds it if it does not exist, and sets its value to the specified value.
func accessibilitySetValue (Any?, forAttribute : NSAccessibility.Attribute)
Sets the value of the specified attribute in the receiver to the specified value.