Skip to main content

Module menu_model

Module menu_model 

Source
Expand description

Frontend-neutral snapshots of the guest Menu Manager state.

Frontends may present these menus using native host controls. A snapshot is deliberately immutable: commands must be routed back through crate::runner::FixtureRunner::select_guest_menu_item, which validates the selection against the current Menu Manager state before waking the guest application.

Structs§

GuestMenu
One menu in the guest’s current menu list.
GuestMenuItem
One 1-based Menu Manager item.
GuestMenuSnapshot
The guest’s current inserted menu list.