TabHistoryEntry
public struct TabHistoryEntry
extension TabHistoryEntry: Equatable, Hashable
An individual entry in the navigation history of a sent tab.
-
Declaration
Swift
public var title: String
-
Declaration
Swift
public var url: String
-
Declaration
Swift
public init(title: String, url: String)
-
Declaration
Swift
public static func == (lhs: TabHistoryEntry, rhs: TabHistoryEntry) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)