Shows the group pill context menu (rename, color, collapse/expand, ungroup) using the reusable
showPopupMenu. Returns an idempotent hide handle. Pass onAction in the options to
intercept/undo the dispatched actions, and closeMenu is wired automatically.
This is a thin wrapper around getTabGroupMenuItems; the same menu is available via
new ContextMenuBuilder(group).addStandard().build() / getNodeContextMenuItems.
Shows the group pill context menu (rename, color, collapse/expand, ungroup) using the reusable showPopupMenu. Returns an idempotent hide handle. Pass
onActionin the options to intercept/undo the dispatched actions, andcloseMenuis wired automatically. This is a thin wrapper around getTabGroupMenuItems; the same menu is available vianew ContextMenuBuilder(group).addStandard().build()/ getNodeContextMenuItems.