---
title: optionsPageURL
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebextensioncontext/optionspageurl
---

# optionsPageURL

The URL of the extension’s options page, if the extension has one.

## Declaration

```swift
var optionsPageURL: URL? { get }
```

## Discussion

Discussion Provides the URL for the dedicated options page, if provided by the extension; otherwise nil if no page is defined. The app should provide access to this page through a user interface element. note: Navigation to the options page is only possible after this extension has been loaded.

## See Also

### Related Documentation

- [webViewConfiguration](webkit/wkwebextensioncontext/webviewconfiguration.md)
