Window
public struct Window : Equatable, Hashable
extension Window: Sendable
-
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)