AbstractReturns the menu's unique name.
Returns the menu type: "choice", "input", "field", or "editor".
Returns the plugin namespace this menu belongs to, or undefined for the default plugin.
Sets the plugin namespace for this menu.
Plugin name string.
Returns the display order index, or undefined if not set.
Sets the display order index.
Numeric sort position.
Returns all registered parent names as a flat array.
Returns the parent entry matching the given name, or undefined.
Parent name to look up.
Registers a parent menu name.
Parent name to add.
Returns true when this menu is accessible from every context.
Returns true when this menu is the anchor point of a wizard/flow.
Global actions that target this menu will be hidden in this menu
and in all its descendants, resolved through the regular parents chain.
Returns the styles container for this menu.
Sets the styles for this menu from an instance or a plain JSON object.
MenuStyles instance or compatible JSON.
Sets the styles for this menu from an instance or a plain JSON object.
MenuStyles instance or compatible JSON.
Returns the labels container for this menu.
Sets the labels for this menu from an instance or a plain JSON object.
MenuLabels instance or compatible JSON.
Sets the labels for this menu from an instance or a plain JSON object.
MenuLabels instance or compatible JSON.
Serialises this menu to a plain JSON-compatible object.
AbstractrunExecutes the menu interaction. Implemented by each concrete subclass.
Creates a new Menu instance from JSON data. Initializes styles and labels with translation key defaults; concrete subclasses handle type-specific logic.