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

Interface: IListPaneEntry experimental

Beta

List Pane entry

Extended by

Properties

index

readonly index: number

Beta

Remarks

Sequence index of the entry.


slot

readonly slot: IListPaneSlot

Beta

Remarks

Slot that owns the entry.


type

readonly type: ListPaneEntryType

Beta

Remarks

Type of the entry.


visible

readonly visible: boolean

Beta

Remarks

Visibility state of the entry.

Methods

setVisible()

setVisible(visible): void

Beta

Parameters

visible

boolean

New value.

Returns

void

Remarks

Updates visibility of the entry.