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

Interface: IButtonPropertyItemOptions experimental

Beta

Optional properties for Button property item

Extends

Properties

enable?

optional enable?: boolean

Beta

Remarks

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

Inherited from

IPropertyItemOptionsBase.enable


hiddenLabel?

optional hiddenLabel?: boolean

Beta

Remarks

If true label text will be hidden. It will be visible by default.


icon?

optional icon?: string

Beta

Remarks

Icon image of the property item.


shrinkToIcon?

optional shrinkToIcon?: boolean

Beta

Remarks

Shrinks button to icon size if button has an icon.


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 property item.


tooltip?

optional tooltip?: BasicTooltipContent

Beta

Remarks

Tooltip description of the property item.


variant?

optional variant?: ButtonVariant

Beta

Remarks

The variant for the button. By default it is Primary.


visible?

optional visible?: boolean

Beta

Remarks

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

Inherited from

IPropertyItemOptionsBase.visible