Interface: PrintOnDemandImage
Represents an image in a print-on-demand design.
PrintOnDemandImage defines a user-uploaded or selected image that is part of a print-on-demand design. It includes both the image source information and metadata about how it should be positioned and transformed in the design.
Properties
fileId
fileId:
string
File identifier for the image file. Used for file system or storage references.
fileName
fileName:
string
Original filename of the uploaded image. Useful for display and identification purposes.
imageId
imageId:
string
Unique identifier for this image within the configurator. Used to reference this specific image in the system.
metadata?
optional
metadata:Partial
<CanvasLayerMetadata
>
Positioning and transformation data for this image. Controls how the image is positioned, sized, and transformed in the editor.
s3Path?
optional
s3Path:string
Relative path to the image in storage. Used to construct the full URL for displaying the image.