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

Interface: IStatusBarItem

Beta

Properties

id

readonly id: string

Beta

Remarks

Unique ID for the item.

Methods

getText()

getText(): LocalizedString

Beta

Returns

LocalizedString

Remarks

Returns display text of the item.


hide()

hide(): void

Beta

Returns

void

Remarks

Hide the Status Bar Item.


setText()

setText(text): void

Beta

Parameters

text

LocalizedString

New display text

Returns

void

Remarks

Updates display text of the item.


show()

show(): void

Beta

Returns

void

Remarks

Show the Status Bar Item.