CreateDocumentResult
Defined in: packages/dynamic-design-engine/src/createDocument.ts:28
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
aestheticScore | number | Score calculated by deducting penalty on each exception from the original perfect score of 100. For each error we deduct 100 and 5 for a warning unless specified otherwise by the exception | packages/dynamic-design-engine/src/createDocument.ts:35 |
backgroundColor | string | - | packages/dynamic-design-engine/src/createDocument.ts:30 |
cimDoc | CimDoc | - | packages/dynamic-design-engine/src/createDocument.ts:29 |
exceptions | LayoutException[] | - | packages/dynamic-design-engine/src/createDocument.ts:31 |
itemPositions | Record<string, PositionInMm> | - | packages/dynamic-design-engine/src/createDocument.ts:36 |