A Boolean value that indicates whether the page is currently active.
SDK
- macOS 10.12+
Framework
- Safari
Services
Declaration
var isActive: Bool { get }
Discussion
true
if active; otherwise false
.
A Boolean value that indicates whether the page is currently active.
SDK
Framework
var isActive: Bool { get }
true
if active; otherwise false
.
var title: String?
The title of the page.
var url: URL?
Indicates the URL of the page.
var uses Private Browsing: Bool
A Boolean value that indicates whether the page is using Safari Private Browsing.