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

Interface: IListViewControlPaneOptions experimental

Beta

Extended by

Properties

actions?

optional actions?: ListViewControlAction[]

Beta

Remarks

Default actions


onActionClicked?

optional onActionClicked?: (id) => void

Beta

Parameters

id

string

Returns

void

Remarks

This function will be called whenever user clicks an action


visible?

optional visible?: boolean

Beta

Remarks

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