For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/interfaces/ISubPaneHeaderOptions.md.

Interface: ISubPaneHeaderOptions experimental

Beta

Options to create a fixed-layout header for a sub pane.

Properties

checkbox?

optional checkbox?: ISubPaneHeaderCheckboxOptions

Beta

Remarks

Prebaked left: optional multiselect checkbox, rendered before the chevron.


clickToExpand?

optional clickToExpand?: boolean

Beta

Remarks

If false, clicking the non-widget header background does not toggle expand. Default true.


optional menu?: IMenuCreationParams[]

Beta

Remarks

Prebaked right: optional overflow menu entries.


onMenuClicked?

optional onMenuClicked?: (menuId) => void

Beta

Parameters

string

Returns

void

Remarks

Called when a header menu item is clicked.