Back to Website
Show / Hide Table of Contents

Interface ISpine

A structure holding spine settings.

Inheritance
IFoldingLine
ISpine
Package: @aurigma/design-editor-iframe
Remarks

For details, see the Folding lines and spines topic.

Examples
const productDefinition = {
  surfaces: [{
      spines: [{
          isVertical: false,
          width: 20,
          bleed: 10,
          pen: {
              color: "green"
          },
          fillColor: "lightGreen"
      }],
      printAreas: [{
          designFile: "book"
      }]
  }]
};

Properties

fillColor

Spine fill color.

Declaration
fillColor?: string;
Property Value
Type Description
string

Spine fill color.

width

Spine width, in points.

Declaration
width?: number;
Property Value
Type Description
number

Spine width, in points.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback