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

Interface: IToggleGroupPropertyItemEntry experimental

Beta

Properties of toggle group property item list entry

Properties

enabled?

readonly optional enabled?: boolean

Beta

Remarks

Optional enabled state of the entry. If undefined it will be true.


icon?

readonly optional icon?: string

Beta

Remarks

Optional icon of the dropdown entry.


label?

readonly optional label?: LocalizedString

Beta

Remarks

Localized display text of the entry.


tooltip?

readonly optional tooltip?: BasicTooltipContent

Beta

Remarks

Optional tooltip description text of the entry.


value

readonly value: number

Beta

Remarks

The selectable value of the entry.