Cooktop Sink Unit
CooktopSinkRule
Distance between cooktop and sink.
Notification level: ℹ
Key | Value |
---|---|
ID | CooktopSinkRule |
Translation key | cooktop_sink_rule_title cooktop_sink_rule_error_message |
Behavior
This rule checks the distance between the sink and the cooktop.
Trigger Conditions
It is triggered if two affected products are closer than the minimum value.
Affected Products
The rule affects the products having the closed tags Sink
or Cooktops
.
No parameter triggers this rule.
This information is mandatory in order to have a check on this kind of products.
Overload Parameter
Key name | Type | Default value | Description |
---|---|---|---|
minDistance | number | 400 | The minimum distance in millimeters between a sink and the above hob/cooktop. The default value is 400 mm. Optional. |
distance | number | 400 | (Deprecated, use minDistance) The minimum distance in millimeters between a sink and the above hob/cooktop. The default value is 400 mm. Optional. |
For example:
{
"minDistance":400
}
Illustration
The cooktop is close to the sink unit, the rule is triggered and informs the user to change the position of these units. An animation is displayed to guide the user through the changes.
Once the user has moved the sink unit away from the cooktop to a distance greater than or equal to 400 mm (the overload value in this example).
After clicking Refresh the check on the Help center, the design is now error free.