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

Interface: ICollectionTreeViewControlPaneOptions experimental

Beta

Extends

Properties

actions?

optional actions?: ListViewControlAction[]

Beta

Remarks

Default actions

Inherited from

IListViewControlPaneOptions.actions


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?: (visibleFolders) => void

Beta

Parameters

visibleFolders

string[]

Returns

void

Remarks

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


sortOptions?

optional sortOptions?: CollectionTreeSortType[]

Beta

Remarks

Custom sort options. If undefined, collection tree sort options will be used.


visible?

optional visible?: boolean

Beta

Remarks

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

Inherited from

IListViewControlPaneOptions.visible