---
title: kAXTitleAttribute
framework: applicationservices
role: symbol
role_heading: Global Variable
path: applicationservices/kaxtitleattribute
---

# kAXTitleAttribute

## Declaration

```swift
var kAXTitleAttribute: String { get }
```

## Discussion

Discussion The title associated with this accessibility object. A title is text that the object displays as part of its visual interface, such as the text “OK” on an OK button. This string must be localizable and human-intelligible. This attribute is required for all accessibility objects that display a string in their visual interfaces.
