Interface IRenderingConfig
Package: @aurigma/design-atoms-model
Properties
defaultHiResOutputRendering
Declaration
defaultHiResOutputRendering: IHiResOutputRendering;
Property Value
| Type | Description |
|---|---|
| IHiResOutputRendering |
defaultProofRendering
Declaration
defaultProofRendering: IProofImageRendering;
Property Value
| Type | Description |
|---|---|
| IProofImageRendering |
hiResOutputToSeparateFiles
Declaration
hiResOutputToSeparateFiles: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
perSurfacePartialConfigs
Declaration
perSurfacePartialConfigs: {
[surfaceName: string]: ISurfaceRendering;
};
Property Value
| Type | Description |
|---|---|
| { [surfaceName: string]: ISurfaceRendering; } |