Interface: Image
Defined in: composition-openapi/dist/index.d.ts:867
Export​
Image
Properties​
height?​
optionalheight: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?​
optionalid: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?​
optionalwidth: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