---
title: hasOptionsPage
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebextension/hasoptionspage
---

# hasOptionsPage

A Boolean value indicating whether the extension has an options page.

## Declaration

```swift
var hasOptionsPage: Bool { get }
```

## Discussion

Discussion If this property is YES, the extension includes a dedicated options page where users can customize settings. The app should provide access to this page through a user interface element, which can be accessed via optionsPageURL on an extension context.
