Cover Panels Parameters
CoverPanelParameterRule
This rule is a configuration rule. It does not have any effect besides bringing configuration options to some cover-panel features in the application.
Notification level: Not applicable
Key | Value |
---|---|
ID | CoverPanelParameterRule |
Translation key | Not applicable |
Behavior
No behavior.
Trigger Conditions
This rule is not triggered.
Overload Parameters
Key name | Type | Default value | Description |
---|---|---|---|
optimizationTypes | array | [] | Optional Configuration object for the pricing optimization of cover-panels. |
optimizationTypes
Defines the cover panels that are optimized in continuity when calculating the price. The top and bottom cover panel are always optimized independly from this option.
The expected values are the parameter names of the cover panels.
It currently only supports the value "backCoverPanel".
Overload sample
{
"optimizationTypes": [ "backCoverPanel" ]
}