Skip to main content

Interface: PrintOnDemandLayer

Represents a layer in a print-on-demand composition.

PrintOnDemandLayer defines a single visual layer within a multi-layered design for print-on-demand applications. Layers can represent background images, print areas, masks, or other visual elements that compose the final printed design.

Properties

excludeFromTexture?

optional excludeFromTexture: boolean

If true, this layer will not be included in the generated texture. Used for visual guides or reference layers that shouldn't affect the final output.


id

id: string

Unique identifier for this layer. Used to reference this specific layer within the composition.


printAreaMask?

optional printAreaMask: boolean

If true, this layer defines the printable area mask. Print area masks define the boundaries where printing is possible.


src

src: string

Source path to the image used for this layer. References the image file to be used in this layer.