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

Interface: IListPanePropertyItemOptions experimental

Beta

Optional properties for List Pane property item

Extends

Properties

defaultSlots?

optional defaultSlots?: ListPaneSlotCreationProps[]

Beta

Remarks

Default slots to initialize the list with. If undefined, the list will be empty.


enable?

optional enable?: boolean

Beta

Remarks

Initial enabled state of property item. If undefined, it will default to true.

Inherited from

IPropertyItemOptionsBase.enable


fixedHeight?

optional fixedHeight?: boolean

Beta

Remarks

If true, pane height will not change based on slot count. If undefined, it will default to false


height?

optional height?: number

Beta

Remarks

This will be the height of the list within the pane


onSlotClicked?

optional onSlotClicked?: (slot) => void

Beta

Parameters

slot

IListPaneSlot

Returns

void

Remarks

This callback is fired whenever a clickable slot is pressed


onSlotSelectionChange?

optional onSlotSelectionChange?: (slot, state) => void

Beta

Parameters

slot

IListPaneSlot

state

boolean

Returns

void

Remarks

This callback is fired whenever selected state of a slot is changed


slotConfig

slotConfig: ListPaneSlotConfiguration

Beta

Remarks

Slot configuration for the list. The slot entry layout must be predefined, and using an incorrect layout while creating slots will throw an error.


style?

optional style?: PaneItemStyle

Beta

Remarks

Optional styling overrides for the item.

Inherited from

IPropertyItemOptionsBase.style


title?

optional title?: LocalizedString

Beta

Remarks

Localized title of the property item.


viewFilter?

optional viewFilter?: ListPaneViewFilter

Beta

Remarks

Filter properties for viewing subset of slots.


viewSortType?

optional viewSortType?: ListPaneViewSortType

Beta

Remarks

Sort type for the slots in the view. If undefined, default list order will be used.


visible?

optional visible?: boolean

Beta

Remarks

Initial visibility state of property item. If undefined, it will default to true.

Inherited from

IPropertyItemOptionsBase.visible