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

Type Alias: ICollectionTreeEntryStringItemParams experimental

ICollectionTreeEntryStringItemParams = object

Beta

Parameters to create string field in a collection tree entry

Properties

enabled?

optional enabled?: boolean


onChange?

optional onChange?: (newValue, oldValue, item) => void

Parameters

newValue

string

oldValue

string

item

ICollectionTreeEntryStringItem

Returns

void


title?

optional title?: LocalizedString


tooltip?

optional tooltip?: BasicTooltipContent


value

value: IObservableProp<string>


visible?

optional visible?: boolean