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

Interface: IListPaneViewControlPaneOptions experimental

Beta

Extends

Properties

actions?

optional actions?: ListViewControlAction[]

Beta

Remarks

Default actions

Inherited from

IListViewControlPaneOptions.actions


filterFlags?

optional filterFlags?: ListViewControlFilterFlags

Beta

Remarks

Flags to determine visible filters. If undefined it will be All.


onActionClicked?

optional onActionClicked?: (id) => void

Beta

Parameters

id

string

Returns

void

Remarks

This function will be called whenever user clicks an action

Inherited from

IListViewControlPaneOptions.onActionClicked


onFilterChanged?

optional onFilterChanged?: (visibleSlotIds) => void

Beta

Parameters

visibleSlotIds

string[]

Returns

void

Remarks

This function will be called whenever the filter is changed by the user


onShowOptionChanged?

optional onShowOptionChanged?: (optionIndex) => void

Beta

Parameters

optionIndex

number

Returns

void

Remarks

Called when the user selects an entry in the "Show" dropdown. Receives the zero-based option index from the provided showOptions.


renderInline?

optional renderInline?: boolean

Beta

Remarks

When true, the view control renders inline at the bottom of the list element instead of in a footer.


showOptions?

optional showOptions?: object[]

Beta

label

label: LocalizedString

value

value: number

Remarks

Labels for the "Show" dropdown. When provided, a dropdown is shown and onShowOptionChanged is called with the selected index whenever the user changes the selection.


sortOptions?

optional sortOptions?: ListPaneViewSortType[]

Beta

Remarks

Custom sort options. If undefined, list pane sort options will be used.


visible?

optional visible?: boolean

Beta

Remarks

Initial visibility state. It undefined, it will be false.

Inherited from

IListViewControlPaneOptions.visible