Skip to main content

Module context_menu

Module context_menu 

Source

Structs§

ContextMenu
The command-item list of a panel context menu. Purely presentational — the command set is supplied by the parent as plain Callbacks, and positioning/dismissal/theming belong to the enclosing PortalModal (the same body-mounted, theme-attributed delivery as the Export/Copy menus). Sub-menus are CSS-only :hover flyouts nested inside their parent row, so they live inside the same PortalModal host (focus never leaves it) and selection routes through the same on_select + on_close path.
ContextMenuItem
A single command row in a ContextMenu.
ContextMenuProps

Enums§

ContextMenuEntry
A row in a ContextMenu: a plain command ContextMenuItem, a non-interactive group label, or a row with a hover-opened sub-menu flyout.