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§
- Guest
Menu - One menu in the guest’s current menu list.
- Guest
Menu Item - One 1-based Menu Manager item.
- Guest
Menu Snapshot - The guest’s current inserted menu list.