<!--
{
  "availability" : [
    "macOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTextView/displaysLinkToolTips",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTextView(py)displaysLinkToolTips"
  },
  "title" : "displaysLinkToolTips"
}
-->

# displaysLinkToolTips

A Boolean value that indicates whether the text view automatically supplies the destination of a link as a tooltip for text that has a link attribute.

```
var displaysLinkToolTips: Bool { get set }
```

## Discussion

<doc://com.apple.documentation/documentation/Swift/true> if link tooltips are automatically displayed; otherwise, <doc://com.apple.documentation/documentation/Swift/false>.

The default value for this feature is <doc://com.apple.documentation/documentation/Swift/true>; clients who do not wish tooltips to be displayed automatically must explicitly disable it.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)