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

Type Alias: ICollectionTreeFolderHeaderActionParams experimental

ICollectionTreeFolderHeaderActionParams = object

Beta

Parameters to create an action button on the folder header

Properties

enabled?

optional enabled?: boolean


onClick

onClick: (folder) => void

Parameters

folder

ICollectionTreeFolder

Returns

void


title?

optional title?: LocalizedString


tooltip?

optional tooltip?: BasicTooltipContent