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/types/ListPaneBoolEntryParams.md.

Type Alias: ListPaneBoolEntryParams experimental

ListPaneBoolEntryParams = object

Beta

List Pane Bool entry creation parameter

Properties

enabled?

optional enabled?: boolean


icon?

optional icon?: string


onChange?

optional onChange?: (newValue, oldValue, entry) => void

Parameters

newValue

boolean

oldValue

boolean

entry

IListPaneBoolEntry

Returns

void


tooltip?

optional tooltip?: BasicTooltipContent


type

type: Bool


value

value: IObservableProp<boolean>


visible?

optional visible?: boolean