struct MenuNode
Swift
struct MenuNode
Not documented.
Sources/LavaMenu/Menu.swift:159
Constructors
init(id: MenuID, title: String, icon: MenuIcon? = nil, items: [MenuEntry])
Not documented.
Sources/LavaMenu/Menu.swift:167
Properties
var allItems: [MenuItemModel] { get }
Not documented.
Sources/LavaMenu/Menu.swift:179
var icon: MenuIcon?
When set, the Vulkan strip draws this instead of the title. title
stays the accessible name (and what a DBus host exports).
Sources/LavaMenu/Menu.swift:164
var id: MenuID
Not documented.
Sources/LavaMenu/Menu.swift:160
var items: [MenuEntry]
Not documented.
Sources/LavaMenu/Menu.swift:165
var title: String
Not documented.
Sources/LavaMenu/Menu.swift:161
Methods
func item(id: MenuID) -> MenuItemModel?
Not documented.
Sources/LavaMenu/Menu.swift:189