Builds the context menu entries for a group pill: an inline rename control, a single-line color
chooser, then the standard group actions (collapse/expand and ungroup). Pass a closeMenu
callback in the options so the rename/color controls can dismiss the menu after committing.
This is the default menu for TabGroupNode — ContextMenuBuilder.addStandard and
getNodeContextMenuItems delegate here. actions/getLabel/getIcon/includeDisabled
apply only to toggleOpen/ungroup; the custom controls are always included via the default path.
Builds the context menu entries for a group pill: an inline rename control, a single-line color chooser, then the standard group actions (collapse/expand and ungroup). Pass a
closeMenucallback in the options so the rename/color controls can dismiss the menu after committing. This is the default menu for TabGroupNode — ContextMenuBuilder.addStandard and getNodeContextMenuItems delegate here.actions/getLabel/getIcon/includeDisabledapply only totoggleOpen/ungroup; the custom controls are always included via the default path.