CloseTabsPayload
public struct CloseTabsPayload
extension CloseTabsPayload: Equatable, Hashable
The payload sent when invoking a “close tabs” command.
-
The URLs of the tabs to close.
Declaration
Swift
public var urls: [String]
-
Declaration
Swift
public init( /** * The URLs of the tabs to close. */urls: [String])
-
Declaration
Swift
public static func == (lhs: CloseTabsPayload, rhs: CloseTabsPayload) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)