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

Interface: IListPaneBoolEntry experimental

Beta

List Pane button entry

Extends

Properties

enabled

readonly enabled: boolean

Beta

Remarks

Enabled state of the entry.


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: boolean

Beta

Remarks

Value of the entry.


visible

readonly visible: boolean

Beta

Remarks

Visibility state of the entry.

Inherited from

IListPaneEntry.visible

Methods

setEnabled()

setEnabled(enabled): void

Beta

Parameters

enabled

true

New enabled state.

Returns

void

Remarks

Updates enabled state of the entry.


setTooltip()

setTooltip(tooltip): void

Beta

Parameters

tooltip

BasicTooltipContent

New tooltip.

Returns

void

Remarks

Updates tooltip of the entry.


setValue()

setValue(value): void

Beta

Parameters

value

boolean

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