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

Interface: IPane experimental

Beta

Pane represents a container for UI components.

Extended by

Properties

id

readonly id: string

Beta

Remarks

Unique identifier for the pane.


visible

visible: boolean

Beta

Remarks

Check visibility of the pane

Methods

hide()

hide(): void

Beta

Returns

void

Remarks

Hide the pane.


show()

show(): void

Beta

Returns

void

Remarks

Show the pane and all of its items.