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

Interface: ICollectionTreeEntryItem experimental

Beta

Extended by

Properties

enabled

readonly enabled: boolean

Beta

Remarks

Enabled state of the entry.


parentEntry

readonly parentEntry: ICollectionTreeEntry

Beta

Remarks

Tree entry that owns the item.


type

readonly type: CollectionTreeEntryItemType

Beta

Remarks

Type of the item.


visible

readonly visible: boolean

Beta

Remarks

Visibility state of the entry.

Methods

setEnabled()

setEnabled(enabled): void

Beta

Parameters

enabled

boolean

New value.

Returns

void

Remarks

Updates enabled state of the item.


setTitle()

setTitle(title): void

Beta

Parameters

title

LocalizedString | undefined

New title.

Returns

void

Remarks

Updates title of the item.


setTooltip()

setTooltip(title): void

Beta

Parameters

title

BasicTooltipContent | undefined

Returns

void

Remarks

Updates tooltip of the item.


setVisible()

setVisible(visible): void

Beta

Parameters

visible

boolean

New value.

Returns

void

Remarks

Updates visibility of the item.