Window
public struct Window
extension Window: Sendable
extension Window: Equatable, Hashable
-
Declaration
Swift
public var id: String -
Declaration
Swift
public var lastUsed: Timestamp -
Declaration
Swift
public var index: UInt32 -
Declaration
Swift
public var windowType: WindowType -
Declaration
Swift
public init(id: String, lastUsed: Timestamp, index: UInt32, windowType: WindowType) -
Declaration
Swift
public static func == (lhs: Window, rhs: Window) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)