Interface IBaseSurfaceDefinition
A structure representing basic surface features.
Package: @aurigma/design-editor-iframe
Properties
bgFoldingMode
Parameters of the background folding mode.
Declaration
bgFoldingMode?: IBgFoldingModeParams;
Property Value
| Type | Description |
|---|---|
| IBgFoldingModeParams | Parameters of the background folding mode. |
foldingLines
A collection of folding lines defined in the surface (page).
Declaration
foldingLines?: IFoldingLine[];
Property Value
| Type | Description |
|---|---|
| IFoldingLine[] | A collection of folding lines defined in the surface (page). |
proofImage
Settings of proof images.
Declaration
proofImage?: IProofImage;
Property Value
| Type | Description |
|---|---|
| IProofImage | Settings of proof images. |
spines
A collection of spines defined in the surface (page).
Declaration
spines?: ISpine[];
Property Value
| Type | Description |
|---|---|
| ISpine[] | A collection of spines defined in the surface (page). |