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

Interface: IImagePropertyItemOptions experimental

Beta

Optional properties for Image property item

Extends

Properties

alignment?

optional alignment?: LayoutAlignment

Beta

Remarks

Alignment of the image in the container. If not defined, LayoutAlignment.Start is used.


enable?

optional enable?: boolean

Beta

Remarks

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

Inherited from

IPropertyItemOptionsBase.enable


imageSize?

optional imageSize?: number | { height: number; width: number; }

Beta

Remarks

Size of the image. If undefined, defaults to 10.


onClick?

optional onClick?: (x, y) => void

Beta

Parameters

x

number

y

number

Returns

void

Remarks

Called when image is clicked.


style?

optional style?: PaneItemStyle

Beta

Remarks

Optional styling overrides for the item.

Inherited from

IPropertyItemOptionsBase.style


visible?

optional visible?: boolean

Beta

Remarks

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

Inherited from

IPropertyItemOptionsBase.visible