Window

data class Window(var id: String, var lastUsed: Timestamp, var index: UInt, var windowType: WindowType)

Constructors

Link copied to clipboard
constructor(id: String, lastUsed: Timestamp, index: UInt, windowType: WindowType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var id: String
Link copied to clipboard
var index: UInt
Link copied to clipboard
Link copied to clipboard