---
title: WebNavigationType.linkClicked
framework: webkit
role: symbol
role_heading: Case
path: webkit/webnavigationtype/linkclicked
---

# WebNavigationType.linkClicked

A link (an href) was clicked.

## Declaration

```swift
case linkClicked
```

## See Also

### Constants

- [WebNavigationType.formSubmitted](webkit/webnavigationtype/formsubmitted.md)
- [WebNavigationType.backForward](webkit/webnavigationtype/backforward.md)
- [WebNavigationType.reload](webkit/webnavigationtype/reload.md)
- [WebNavigationType.formResubmitted](webkit/webnavigationtype/formresubmitted.md)
- [WebNavigationType.other](webkit/webnavigationtype/other.md)
