OptionaldefaultOptionalgetOptionalgetReturn the items to display in the tab group chip context menu on right-click.
Use built-in string shortcuts or provide a ContextMenuItemConfig
object for custom items. The available shortcuts are:
'rename': renders an inline text input to rename the tab group'colorPicker': renders a grid of color swatches for the tab group'collapse': collapse the tab group (renders as Expand when the
group is already collapsed)'close': close every panel belonging to the tab group'separator': a divider lineIf omitted, no context menu is shown on chip right-click. Return an empty array to suppress the menu for specific cases.
OptionalgroupComponent rendered as the drag ghost (the small floating chip) while
a group of panels is being dragged. If omitted, the default
"Multiple Panels (N)" ghost is used.
Note: the ghost is captured by the browser at drag start, so the component must render fast / synchronously enough to be visible before the browser snapshots it.
OptionalleftOptionalonOptionalonOptionalprefixOptionalrightOptionaltabOptionaltabOptionalwatermark
Return the items to display in the tab context menu on right-click.
Use built-in string shortcuts or provide a
ContextMenuItemConfigobject for custom items. The available shortcuts are:'close': close this panel'closeOthers': close every other panel in the group'closeAll': close every panel in the group'closeLeft'/'closeRight': close the panels before / after this one in the tab strip'maximize': maximize the group (renders as Restore and disables for non-grid panels, tracking the group's live maximized state)'float': move the panel into a floating window (disabled when already floating)'popout': move the panel into a new browser window (disabled when already popped out)'pin': toggle the panel's pinned state (PinnedTabs module)'separator': a divider lineIf omitted, no context menu is shown. Return an empty array to suppress the menu for specific cases.