Contents

hasOptionsPage

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

Declaration

var hasOptionsPage: Bool { get }

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.