Contents

pageTitle

The title of the data source’s page.

Declaration

var pageTitle: String! { get }

Discussion

The associated web view notifies its frame load delegate when the page title is loaded by invoking the webView:didReceiveTitle:forFrame: delegate method.

nil if the page has no title or the page title hasn’t been loaded yet.

See Also

Querying page data and state