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/ISubPaneHeaderButtonOptions.md.

Interface: ISubPaneHeaderButtonOptions experimental

Beta

Header-local options for an icon button in a sub pane header.

Properties

enabled?

optional enabled?: IObservableProp<boolean>

Beta

Remarks

Optional observable driving the enabled state of the button.


icon

icon: string

Beta

Remarks

Required icon. Header buttons are icon-only.


narrationLabel?

optional narrationLabel?: LocalizedString

Beta

Remarks

Optional narration label.


tooltip?

optional tooltip?: BasicTooltipContent

Beta

Remarks

Optional tooltip.


variant?

optional variant?: ButtonVariant

Beta

Remarks

Optional button variant.