---
title: tabsToLinks
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpreferences/tabstolinks
---

# tabsToLinks

A Boolean that indicates whether or not the tab key will focus links.

## Declaration

```swift
var tabsToLinks: Bool { get set }
```

## Discussion

Discussion true if the user should be able to navigate to links by pressing the tab key, false otherwise.
