Workbench
Workbench(
__namedParameters):ReactElement
Defined in: react/components/layout/workbench.tsx:101
VSCode/JetBrains-style dockable workbench: hideable side panels driven by an always-visible activity rail, a bottom panel toggled from a footer tab bar, and draggable splitters for resizing. Layout lives in state, so show/hide and tab switches are pure mutations the reconciler renders.
Clicking a rail icon opens its panel (or collapses the region if that panel is already active — matching VSCode). The rail is the only persistent chrome cost (2 columns per used side); the bottom panel rides entirely in its 1-row tab bar.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”Returns
Section titled “Returns”ReactElement