LavaUI docs

struct TrayItem

Swift

struct TrayItem

Not documented.

Sources/LavaUI/StatusNotifier.swift:12

Properties

var fallback: String

Single character when there is no icon.

Sources/LavaUI/StatusNotifier.swift:25

var hasMenu: Bool

Exports a DBusMenu the panel can draw.

Sources/LavaUI/StatusNotifier.swift:19

var id: String { get }

Not documented.

Sources/LavaUI/StatusNotifier.swift:13

var image: UIImage?

Drawn when non-nil; otherwise the panel shows a letter fallback.

Sources/LavaUI/StatusNotifier.swift:23

var isMenu: Bool

Not documented.

Sources/LavaUI/StatusNotifier.swift:17

var key: String

Not documented.

Sources/LavaUI/StatusNotifier.swift:14

var prefersMenu: Bool

A left click should open that menu rather than call Activate.

Sources/LavaUI/StatusNotifier.swift:21

var status: String

Not documented.

Sources/LavaUI/StatusNotifier.swift:16

var title: String

Not documented.

Sources/LavaUI/StatusNotifier.swift:15