Interface: ImageWidgetImage
Represents an image in the image library.
This interface provides information about an image that has been uploaded to the library and can be applied to image upload widgets.
Properties
fileName
fileName:
string
Original filename of the uploaded image. Useful for displaying to users and for identification purposes.
height?
optionalheight:number
Original height of the image in pixels. Used for scaling and quality calculations.
imageId
imageId:
string
Unique identifier for this image.
isConvertedFile?
optionalisConvertedFile:boolean
If true, this image was converted from a vector file format.
Vector files (like SVG) are automatically converted to raster formats for use as textures.
isLoading
isLoading:
boolean
If true, the image is currently in a loading state.
Used to display loading indicators in the UI while the image is being processed.
s3Path?
optionals3Path:string
Relative path to the image in storage. This path can be used to construct the full URL for displaying the image.
validate?
optionalvalidate:boolean
Validation flag (deprecated).
Deprecated
width?
optionalwidth:number
Original width of the image in pixels. Used for scaling and quality calculations.