A property item which supports Image properties

Hierarchy

Properties

enable: boolean

Remarks

If the item is enabled in the UI.

id: string

Remarks

Unique ID for the property item.

imageHeight: number

Remarks

Height of the image.

imageWidth: number

Remarks

Width of the image.

paneId: string

Remarks

The parent pane id.

Remarks

The type name of the target property.

value: Readonly<string | ImageResourceData>

Remarks

Current value of the property item.

visible: boolean

Remarks

If the item should be visible in the UI.

Methods

  • Parameters

    • width: number

      New width of the image.

    • height: number

      New height of the image.

    Returns void

    Remarks

    Updates the size of the image.