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

Interface: IListPaneTextEntry experimental

Beta

List Pane text entry

Extends

Properties

index

readonly index: number

Beta

Remarks

Sequence index of the entry.

Inherited from

IListPaneEntry.index


slot

readonly slot: IListPaneSlot

Beta

Remarks

Slot that owns the entry.

Inherited from

IListPaneEntry.slot


type

readonly type: ListPaneEntryType

Beta

Remarks

Type of the entry.

Inherited from

IListPaneEntry.type


value

readonly value: Readonly<LocalizedString>

Beta

Remarks

Value of the entry.


visible

readonly visible: boolean

Beta

Remarks

Visibility state of the entry.

Inherited from

IListPaneEntry.visible

Methods

setValue()

setValue(value): void

Beta

Parameters

value

LocalizedString

New value.

Returns

void

Remarks

Updates value of the entry.


setVisible()

setVisible(visible): void

Beta

Parameters

visible

boolean

New value.

Returns

void

Remarks

Updates visibility of the entry.

Inherited from

IListPaneEntry.setVisible