Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

Interface: IQualityMeterConfig

A structure containing the configuration of the image quality meter.

Remarks

IViolationWarningsSettingsConfig uses this interface. For details, see the Warnings https://customerscanvas.com/dev/editors/iframe-api/editor-configuration/warnings.html|Warnings topic.

Example

{
"violationWarningsSettings": {
"qualityMeter": {
"enabled": true,
"qualityLevels": {
"warning": "99",
"bad": "50"
}
}
}
}

Properties

qualityLevels?

optional qualityLevels?: IQualityLevelsConfig

Defines the image quality levels, in percent of the hi-res output DPI specified in the IRenderingProperty.hiResOutputDpi property.


enabled?

optional enabled?: boolean

If true, enables the quality meter and low DPI warnings. The default value is true.

Was this page helpful?