TabHistoryEntry

public struct TabHistoryEntry : Equatable, Hashable
extension TabHistoryEntry: Sendable

An individual entry in the navigation history of a sent tab.

  • Declaration

    Swift

    public var title: String
  • url

    Declaration

    Swift

    public var url: String
  • Declaration

    Swift

    public var isPrivate: Bool
  • Declaration

    Swift

    public init(title: String, url: String, isPrivate: Bool = false)