Skip to main content
Version: Next

Interface: Image

Defined in: composition-openapi/dist/index.d.ts:867

Export​

Image

Properties​

height?​

optional height: null | number

Defined in: composition-openapi/dist/index.d.ts:893

Height of the image in pixels. If width is not explicitly provided, the image will automatically adjust its width to maintain its original aspect ratio relative to the height.

Memberof​

Image


id?​

optional id: null | string

Defined in: composition-openapi/dist/index.d.ts:873

Id of a component.

Memberof​

Image


imageId​

imageId: string

Defined in: composition-openapi/dist/index.d.ts:879

Id of an image. It identifies an image registered using a register image request.

Memberof​

Image


type​

type: "image"

Defined in: composition-openapi/dist/index.d.ts:899

Memberof​

Image


width?​

optional width: null | number

Defined in: composition-openapi/dist/index.d.ts:886

Width of the image in pixels. If height is not explicitly provided, the image will automatically adjust its height to maintain its original aspect ratio relative to the width.

Memberof​

Image