---
title: navigationType
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wknavigationaction/navigationtype
---

# navigationType

The type of action that triggered the navigation.

## Declaration

```swift
var navigationType: WKNavigationType { get }
```

## Discussion

Discussion The value is one of the constants of the enumerated type WKNavigationType.

## See Also

### Getting the navigation type

- [WKNavigationType](webkit/wknavigationtype.md)
