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

Interface: ITextPropertyItemOptions experimental

Beta

Optional properties for Text property item

Extends

Properties

alignment?

optional alignment?: LayoutAlignment

Beta

Remarks

Determines alignment of the text. If undefined, it will default to left aligned.


border?

optional border?: boolean

Beta

Remarks

Adds a border around the text. If undefined, it will default to true.


enable?

optional enable?: boolean

Beta

Remarks

Initial enabled state of property item. If undefined, it will default to true.

Inherited from

IPropertyItemOptionsBase.enable


style?

optional style?: PaneItemStyle

Beta

Remarks

Optional styling overrides for the item.

Inherited from

IPropertyItemOptionsBase.style


title?

optional title?: LocalizedString

Beta

Remarks

Localized title of the text item.


tooltip?

optional tooltip?: BasicTooltipContent

Beta

Remarks

Tooltip description of the property item.


visible?

optional visible?: boolean

Beta

Remarks

Initial visibility state of property item. If undefined, it will default to true.

Inherited from

IPropertyItemOptionsBase.visible