Interface ISpine
A structure holding spine settings.
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. |