<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WKNavigationType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:@E@WKNavigationType"
  },
  "title" : "WKNavigationType"
}
-->

# WKNavigationType

The type of action that triggered the navigation.

```
enum WKNavigationType
```

## Topics

### Getting the Navigation Types

[`WKNavigationType.linkActivated`](/documentation/WebKit/WKNavigationType/linkActivated)

A link activation.

[`WKNavigationType.formSubmitted`](/documentation/WebKit/WKNavigationType/formSubmitted)

A request to submit a form.

[`WKNavigationType.backForward`](/documentation/WebKit/WKNavigationType/backForward)

A request for the frame’s next or previous item.

[`WKNavigationType.reload`](/documentation/WebKit/WKNavigationType/reload)

A request to reload the webpage.

[`WKNavigationType.formResubmitted`](/documentation/WebKit/WKNavigationType/formResubmitted)

A request to resubmit a form.

[`WKNavigationType.other`](/documentation/WebKit/WKNavigationType/other)

A navigation request that originates for some other reason.



---

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)