Standard attributes that can be adopted by any accessibility object.
Framework
- App
Kit
Standard attributes that can be adopted by any accessibility object.
Framework
static let children: NSAccessibility .Attribute
The element's child elements in the accessibility hierarchy (NSArray
).
static let contents: NSAccessibility .Attribute
Elements that represent the contents in the current element, such as the document view of a scroll view (NSArray
).
static let description: NSAccessibility .Attribute
The purpose of the element, not including the role (NSString
).
static let enabled: NSAccessibility .Attribute
A flag that indicates the enabled state of the element (NSNumber
).
static let focused: NSAccessibility .Attribute
A flag that indicates the presence of keyboard focus (NSNumber
).
static let help: NSAccessibility .Attribute
The help text for the element (NSString
).
static let max Value: NSAccessibility .Attribute
The element's maximum value (id
).
static let min Value: NSAccessibility .Attribute
The element's minimum value (id
).
static let parent: NSAccessibility .Attribute
The element's parent element in the accessibility hierarchy (id
).
static let position: NSAccessibility .Attribute
The position in points of the element's lower-left corner in screen-relative coordinates (NSValue
).
static let role: NSAccessibility .Attribute
The element's type, such as NSAccessibility
(NSString
). See Roles for a list of available roles.
static let role Description: NSAccessibility .Attribute
A localized, human-intelligible description of the element's role, such as radio button
(NSString
).
static let selected Children: NSAccessibility .Attribute
The currently selected children of the element (NSArray
).
static let shown Menu: NSAccessibility .Attribute
The menu currently being displayed (id
).
static let size: NSAccessibility .Attribute
The element's size in points (NSValue
).
static let subrole: NSAccessibility .Attribute
The element's subrole, such as NSAccessibility
(NSString
). See Subroles for a list of available subroles.
static let title: NSAccessibility .Attribute
The title of the element, such as a button's visible text (NSString
).
static let top Level UIElement: NSAccessibility .Attribute
The top-level element that contains this element (id
).
static let value: NSAccessibility .Attribute
The element's value (id
).
static let value Description: NSAccessibility .Attribute
The description of the element's value (NSString
).
static let visible Children: NSAccessibility .Attribute
The element's child elements that are visible (NSArray
).
static let window: NSAccessibility .Attribute
The window containing the current element (id
).