Contents

optionsPageURL

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

Declaration

var optionsPageURL: URL? { get }

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.

See Also

Related Documentation