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

Interface: IImagePropertyItem experimental

Beta

A property item which supports Image properties

Extends

Properties

enable

enable: boolean

Beta

Remarks

If the item is enabled in the UI.

Inherited from

IPropertyItemBase.enable


id

readonly id: string

Beta

Remarks

Unique ID for the property item.

Inherited from

IPropertyItemBase.id


imageHeight

readonly imageHeight: number

Beta

Remarks

Height of the image.


imageWidth

readonly imageWidth: number

Beta

Remarks

Width of the image.


paneId

readonly paneId: string

Beta

Remarks

The parent pane id.

Inherited from

IPropertyItemBase.paneId


typeName

readonly typeName: PropertyItemType

Beta

Remarks

The type name of the target property.

Inherited from

IPropertyItemBase.typeName


value

readonly value: Readonly<string | ImageResourceData>

Beta

Remarks

Current value of the property item.


visible

visible: boolean

Beta

Remarks

If the item should be visible in the UI.

Inherited from

IPropertyItemBase.visible

Methods

resizeImage()

resizeImage(width, height): void

Beta

Parameters

width

number

New width of the image.

height

number

New height of the image.

Returns

void

Remarks

Updates the size of the image.