core/props/context_menu_props library

Classes

ArcaneMenuItem
Sealed class hierarchy for menu items. Use pattern matching to handle different item types in renderers.
ContextMenuProps
Context menu component properties.
Standard clickable menu item.
Checkbox menu item.
Label/header for grouping items (non-interactive).
Radio menu item (part of a group).
Visual separator between menu items.
Submenu with nested items.

Mixins

ContextMenuRendererContract
Mixin defining the renderer methods for context menu components.