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

Interface: ICollectionTreeEntryDropdownItem experimental

Beta

Extends

Properties

enabled

readonly enabled: boolean

Beta

Remarks

Enabled state of the entry.

Inherited from

ICollectionTreeEntryItem.enabled


parentEntry

readonly parentEntry: ICollectionTreeEntry

Beta

Remarks

Tree entry that owns the item.

Inherited from

ICollectionTreeEntryItem.parentEntry


type

readonly type: CollectionTreeEntryItemType

Beta

Remarks

Type of the item.

Inherited from

ICollectionTreeEntryItem.type


value

readonly value: string

Beta

Remarks

Value of the entry item.


visible

readonly visible: boolean

Beta

Remarks

Visibility state of the entry.

Inherited from

ICollectionTreeEntryItem.visible

Methods

setEnabled()

setEnabled(enabled): void

Beta

Parameters

enabled

boolean

New value.

Returns

void

Remarks

Updates enabled state of the item.

Inherited from

ICollectionTreeEntryItem.setEnabled


setTitle()

setTitle(title): void

Beta

Parameters

title

LocalizedString | undefined

New title.

Returns

void

Remarks

Updates title of the item.

Inherited from

ICollectionTreeEntryItem.setTitle


setTooltip()

setTooltip(title): void

Beta

Parameters

title

BasicTooltipContent | undefined

Returns

void

Remarks

Updates tooltip of the item.

Inherited from

ICollectionTreeEntryItem.setTooltip


setVisible()

setVisible(visible): void

Beta

Parameters

visible

boolean

New value.

Returns

void

Remarks

Updates visibility of the item.

Inherited from

ICollectionTreeEntryItem.setVisible


updateMenuOptions()

updateMenuOptions(menuOptions, newValue?): void

Beta

Parameters

ICollectionTreeEntryDropdownItemMenuOption[]

New list of updated menu options

newValue?

string

New value value to use for the dropdown

Returns

void

Remarks

Update list of dropdown menu options.